diff options
| author | Chris Lattner <sabre@nondot.org> | 2009-08-20 06:17:11 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2009-08-20 06:17:11 +0000 |
| commit | f6bad8690f9a9bfa3e948a2e37242f1c03c5dca3 (patch) | |
| tree | 9883d8319636c504e2c7bdea04e9df226ce65601 /clang/www/hacking.html | |
| parent | 815fbb60269499aa7a6a1b4ce5fc364c223ec5cf (diff) | |
| download | bcm5719-llvm-f6bad8690f9a9bfa3e948a2e37242f1c03c5dca3.tar.gz bcm5719-llvm-f6bad8690f9a9bfa3e948a2e37242f1c03c5dca3.zip | |
Improve the Getting Started and Hacking web pages, patch by
John Thompson!
llvm-svn: 79518
Diffstat (limited to 'clang/www/hacking.html')
| -rw-r--r-- | clang/www/hacking.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/clang/www/hacking.html b/clang/www/hacking.html index 45553222798..a1833a2326c 100644 --- a/clang/www/hacking.html +++ b/clang/www/hacking.html @@ -136,6 +136,13 @@ Python, which must be installed. Find Python at: <a href="http://www.python.org/download">http://www.python.org/download</a>. Download the latest stable version (2.6.2 at the time of this writing).</p> + + <p>The GnuWin32 tools are also necessary for running the tests. + (Note that the grep from MSYS or Cygwin doesn't work with the tests + because of embedded double-quotes in the search strings. The GNU + grep does work in this case.) + Get them from <a href="http://getgnuwin32.sourceforge.net"> + http://getgnuwin32.sourceforge.net</a>.</p> <!--=====================================================================--> <h2 id="patches">Creating Patch Files</h2> |

