From: Paul Floyd Date: Wed, 30 Aug 2023 06:06:00 +0000 (+0200) Subject: FreeBSD: a bit of cleanup of README.freebsd X-Git-Tag: VALGRIND_3_22_0~103 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=acf2c99ec39f3301e51152b1e78156616e8d6129;p=thirdparty%2Fvalgrind.git FreeBSD: a bit of cleanup of README.freebsd --- diff --git a/README.freebsd b/README.freebsd index d197efcaf3..eb6a510ada 100644 --- a/README.freebsd +++ b/README.freebsd @@ -14,7 +14,7 @@ cd /usr/ports/devel/valgrind && make install clean Building Valgrind ~~~~~~~~~~~~~~~~~ -Install ports for autoconf, automake, libtool and gmake. +Install ports for autotools, gmake and python. $ sh autogen.sh $ ./configure --prefix=/where/ever @@ -137,13 +137,13 @@ the following packages gdb gsed -In addition to running "make" you will need to run -"make check" to build the regression test exectutables -and "make regtest". Again, more details can be seen in +In addition to running "gmake" you will need to run +"gmake check" to build the regression test exectutables +and "gmake regtest". Again, more details can be seen in README_DEVELOPERS. If you want to run the 'nightly' script (see nightly/README.txt) -you will need to install coreutils and modify the +you will need to install gcp and coreutils and modify the nightly/conf/freebsd.* files. The default configuration sends an e-mail to the valgrind-testresults mailing list.