git-svn-id: svn://svn.valgrind.org/valgrind/branches/VALGRIND_3_4_BRANCH@9560
options are documented in the INSTALL file. The only interesting
one is the usual --prefix=/where/you/want/it/installed.
- 5. Do "make".
+ 5. Do "make". (Nb: this cannot be combined with the next step.)
6. Do "make install", possibly as root if the destination permissions
require that.
<programlisting><![CDATA[
autogen.sh
./configure --prefix=`pwd`/inst
+ make # Nb: this cannot be combined with the next step
make install]]></programlisting>
<para>It should automake, configure and compile without errors,