|
From: <sv...@va...> - 2012-08-09 20:32:28
|
florian 2012-08-09 21:32:21 +0100 (Thu, 09 Aug 2012)
New Revision: 465
Log:
Remove verbiage about supported platforms as it was out-of-date
and that info is already available elsewhere.
Also remove info about the 2.4.x repository as per suggestion from
Julian.
Modified files:
trunk/downloads/repository.html
Modified: trunk/downloads/repository.html (+1 -40)
===================================================================
--- trunk/downloads/repository.html 2012-08-09 21:26:51 +01:00 (rev 464)
+++ trunk/downloads/repository.html 2012-08-09 21:32:21 +01:00 (rev 465)
@@ -10,10 +10,8 @@
<p>The actively developed, current (v3.0 and later) code is in a
<a href="http://subversion.tigris.org/">Subversion</a> (SVN) repository
at valgrind.org.<br />
+</p>
-The old (v2.4 and earlier) code, also in an SVN repository, is hosted by
-kde.org, at least for the moment.</p>
-
<p>If you are doing any development work, please do it using the
code from the current repository at valgrind.org!</p>
@@ -34,19 +32,6 @@
svn co svn://svn.valgrind.org/valgrind/trunk valgrind
</pre>
-<p>As of January 2007, the code from this repository works
-well on x86/Linux, AMD64/Linux, PPC32/Linux and PPC64/Linux.</p>
-
-<p>As of mid 2009, it works also on x86/MacOSX 10.5.8, although
-unfortunately not well on MacOSX 10.6.</p>
-
-<p>As of early 2010, there is initial support for ARM/Linux. This is
-usable on Ubuntu 9.04 and Ubuntu 9.10 running on ARMv7 capable
-hardware (Cortex-A8). The repository currently contains support for
-the ARMv5 instruction set, some v6 instructions, and VFPv1. Work is
-in progress to expand this to cover the entire ARMv7 instruction set,
-including NEON and Thumb2 support, and to support Ubuntu 10.04.</p>
-
<p>
To build the checked out code, follow the instructions in the
<code>README</code> file that the checkout should give you.
@@ -84,27 +69,3 @@
*/
?>
-
-
-<div class="hr_brown"><hr/></div>
-
-<h2>The Old (2.4.1 and earlier) Repository</h2>
-
-<p>The old valgrind repository is no longer available. Only code drops
-of old valgrind releases are. To see what is out there, issue this command:
-<pre>
- svn ls svn://anonsvn.kde.org/tags/valgrind
-</pre>
-Then you can check out the code for an old release like so:
-<pre>
- svn co svn://anonsvn.kde.org/tags/valgrind/X.Y.Z valgrind-X.Y.Z
-</pre>
-by replacing X.Y.Z with an actual release number.</p>
-
-<p>
-To build the checked out code, follow the instructions in the
-<code>README</code> file that the checkout should give you.</p>
-
-
-
-
|