|
From: <sv...@va...> - 2009-01-21 03:46:00
|
Author: njn
Date: 2009-01-21 03:45:42 +0000 (Wed, 21 Jan 2009)
New Revision: 9007
Log:
Update instructions for getting the code.
Modified:
branches/DARWIN/README.Apple
Modified: branches/DARWIN/README.Apple
===================================================================
--- branches/DARWIN/README.Apple 2009-01-21 03:32:09 UTC (rev 9006)
+++ branches/DARWIN/README.Apple 2009-01-21 03:45:42 UTC (rev 9007)
@@ -15,10 +15,8 @@
As much RAM as you can afford
Valgrind 3.3.1 r8805, VEX r1875
-Get and patch Valgrind sources:
- svn co -r8805 svn://svn.valgrind.org/valgrind/trunk valgrind
- svn update -r1875 valgrind/VEX
- patch -p1 -d valgrind < /path/to/valgrind-opensource.patch
+Get the DARWIN branch:
+ svn co svn://svn.valgrind.org/valgrind/branches/DARWIN valgrind
Build and install into /usr/local/bin/valgrind:
cd valgrind
|