|
From: <sv...@va...> - 2006-01-04 13:42:01
|
Author: sewardj Date: 2006-01-04 13:41:39 +0000 (Wed, 04 Jan 2006) New Revision: 264 Log: Add info to the build-from-svn section. 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-26 18:29:59 UTC (rev 263) +++ trunk/downloads/repository.html 2006-01-04 13:41:39 UTC (rev 264) @@ -31,7 +31,7 @@ svn co svn://svn.valgrind.org/valgrind/trunk valgrind </pre> =20 -<p>As of December 2005, the code from this repository works +<p>As of January 2006, the code from this repository works well on x86/Linux, AMD64/Linux and PPC32/Linux. PPC64/Linux is under development. </p> @@ -49,9 +49,15 @@ make install </pre> =20 -<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>To do the checkout, you'll need a Subversion client, version 1.1.0 or= later. +Versions prior to 1.1.0 do not properly handle the symbolic links in our +tree.</p> =20 +<p>To do the build, you'll need autoconf, and automake version 1.7 or la= ter. These +should come as standard on any non-ancient Linux distribution. You also= need +to have the svnversion program (part of the Subversion client suite) in = your +path - if you don't, building the VEX library will fail.</p> + <!-- <p> If you are behind a firewall that doesn't allow the svn protocol, you |