To build/install from the GIT repository or from a distribution
tarball, refer to the section with the same name in README.
+Building Valgrind requires autoconf, GNU make and a suitable C
+compiler.
+
Building and not installing it
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Running the regression tests
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Running the regression tests requires GNU sed, python 3.9 or later, gdb,
+and a suitable C++ compiler
+
To build and run all the regression tests, run "make [--quiet] regtest".
To run a subset of the regression tests, execute:
emailed. This avoids spamming people with uninteresting results emails when
no commits have happened recently.
+The requirements for the machine running the nightly tests are the same as
+for running the regression tests (see README_DEVELOPERS) plus GNU coreutils
+and the ability to send e-mail. The mail transport agent used depends on the
+platform and is decribed in step (4) below.
+
SETTING UP
----------