| OLD | NEW |
| 1 Name: Valgrind |
| 2 Short Name: valgrind |
| 3 Version: 0 |
| 4 |
| 5 Description: |
| 1 Contains the scripts to patch and compile Valgrind to be used | 6 Contains the scripts to patch and compile Valgrind to be used |
| 2 by Chromium valgrind buildbots and Chromium developers. | 7 by Chromium valgrind buildbots and Chromium developers. |
| 3 | 8 |
| 4 You can find the build script and all the patches in valgrind/scripts. | 9 You can find the build script and all the patches in valgrind/scripts. |
| 5 The binaries for some of the platforms we use are located in valgrind/binaries. | 10 The binaries for some of the platforms we use are located in valgrind/binaries. |
| 6 | 11 |
| 7 You can also build Valgrind for your own platform. | 12 You can also build Valgrind for your own platform. |
| 8 | 13 |
| 9 If you want to add/rebuild binaries for one of the platforms, simply run | 14 If you want to add/rebuild binaries for one of the platforms, simply run |
| 10 sh build-valgrind-for-chromium.sh # takes some time | 15 sh build-valgrind-for-chromium.sh # takes some time |
| 11 inside valgrind/scripts and then 'svn add' and 'svn commit' the newly built bina
ries. | 16 inside valgrind/scripts and then 'svn add' and 'svn commit' the newly built bina
ries. |
| OLD | NEW |