|
From: <sv...@va...> - 2005-07-26 21:56:44
|
Author: njn Date: 2005-07-26 22:56:40 +0100 (Tue, 26 Jul 2005) New Revision: 143 Log: Update SVN instructions now that Vex is better integrated. Modified: trunk/devel/cvs_svn.html Modified: trunk/devel/cvs_svn.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/devel/cvs_svn.html 2005-07-20 14:23:13 UTC (rev 142) +++ trunk/devel/cvs_svn.html 2005-07-26 21:56:40 UTC (rev 143) @@ -22,24 +22,20 @@ <div class=3D"hr_brown"><hr/></div> <h2>The Valgrind-3.0 development line</h2> =20 -<p>If you want to browse the 3.0 repository, you can use the web -based interface:=20 -<a href=3D"http://svn.valgrind.org/">http://svn.valgrind.org/</a>.</p> +<p>If you want to browse the 3.0 repository you can use the +<a href=3D"http://svn.valgrind.org/">web interface</a>.</p> =20 <p>To check out code on the 3.0 line (anonymous, read-only SVN=20 -access), proceed as follows. Note that=20 -the 3.0 line has been split into two pieces: Vex, a library that -provides dynamic translation services, and Valgrind proper. You=20 -need both pieces. Do this:<br /> -<code> svn co svn://svn.valgrind.org/vex/trunk vex</code><br= /> -<code> svn co svn://svn.valgrind.org/valgrind/trunk valgrind= </code><br /> -<code> cd vex && make clean version all</code><br /> -<code> cd ../valgrind</code><br /> -<code> ./autogen.sh</code><br /> -<code> ./configure --prefix=3D... --with-vex=3D/path/to/vex<= /code><br /> -<code> make install</code><br /> -</p> +access), do this:</p> =20 +<pre> + svn co svn://svn.valgrind.org/valgrind/trunk valgrind +</pre> + +<p> +To build the checked out code, follow the instructions in the +<code>README</code> file that the checkout should give you.</p> + <p><b>Note:</b> as of late June 2005, the 3.0 line has seen great upheaval. Nonetheless, it builds and works well on x86/Linux <b>and AMD64/Linux</b> and is eminently usable. It also has some functional @@ -58,7 +54,7 @@ <h2>The old Valgrind-2.4 line</h2> =20 <p>If you want to browse the 2.4 repository you can use the=20 -<a href=3D"http://websvn.kde.org/trunk/valgrind/">web based interface</a= >.</p> +<a href=3D"http://websvn.kde.org/trunk/valgrind/">web interface</a>.</p> =20 <p>To check out code on the 2.4 line (anonymous, read-only Subversion access), follow these=20 @@ -68,7 +64,7 @@ Or, if you want the short version, to check out the SVN trunk, run:</p> =20 <pre> -svn co svn://anonsvn.kde.org/home/kde/trunk/valgrind/ + svn co svn://anonsvn.kde.org/home/kde/trunk/valgrind/ </pre> =20 <p> |