diff options
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> |

