Building Valgrind
~~~~~~~~~~~~~~~~~
-Install ports for autoconf, automake, libtool and gmake.
+Install ports for autotools, gmake and python.
$ sh autogen.sh
$ ./configure --prefix=/where/ever
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.