|
From: <sv...@va...> - 2005-12-14 14:14:27
|
Author: sewardj Date: 2005-12-14 14:14:26 +0000 (Wed, 14 Dec 2005) New Revision: 257 Log: Make it (even) easier for people to build from svn, by saying what to do right on the web page. Modified: trunk/downloads/repository.html Modified: trunk/downloads/repository.html =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/downloads/repository.html 2005-12-14 13:58:19 UTC (rev 256) +++ trunk/downloads/repository.html 2005-12-14 14:14:26 UTC (rev 257) @@ -31,10 +31,27 @@ svn co svn://svn.valgrind.org/valgrind/trunk valgrind </pre> =20 +<p>As of December 2005, the code from this repository works +well on x86/Linux, AMD64/Linux and PPC32/Linux. PPC64/Linux is +under development. +</p> + <p> To build the checked out code, follow the instructions in the -<code>README</code> file that the checkout should give you.</p> +<code>README</code> file that the checkout should give you. +Alternatively, the following should work:</p> =20 +<pre> + cd valgrind + ./autogen.sh + ./configure --prefix=3D... + make + make install +</pre> + +<p>You'll need autoconf, and automake version 1.7 or later. These +should come as standard on any non-ancient Linux distribution.</p> + <!-- <p> If you are behind a firewall that doesn't allow the svn protocol, you @@ -50,11 +67,6 @@ </p> --> =20 -<p><b>Note:</b> as of October 2005, the code from the 3.0+ repository wo= rks -well on x86/Linux <b>and AMD64/Linux</b>. On <b>PPC32/Linux</b> it work= s -reasonably well and is under active development. If you are interested = in -PPC32/Linux, the code should be stable enough to be worth trying out. -</p> =20 =20 <div class=3D"hr_brown"><hr/></div> |