diff options
author | Jeff Cohen <jeffc@jolt-lang.org> | 2005-02-02 05:46:20 +0000 |
---|---|---|
committer | Jeff Cohen <jeffc@jolt-lang.org> | 2005-02-02 05:46:20 +0000 |
commit | d44e5dae0f61a836b7f9cdf0c391cf11504bb9b9 (patch) | |
tree | bb6561cfbc44a982d1e50b67928ce65e3ce42170 /llvm | |
parent | 346bb20409eed1cf86f1d257a7d928e357e41300 (diff) | |
download | bcm5719-llvm-d44e5dae0f61a836b7f9cdf0c391cf11504bb9b9.tar.gz bcm5719-llvm-d44e5dae0f61a836b7f9cdf0c391cf11504bb9b9.zip |
Add additional source of Win32 GNU utilities.
llvm-svn: 19991
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/docs/GettingStartedVS.html | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/llvm/docs/GettingStartedVS.html b/llvm/docs/GettingStartedVS.html index 9e0c3901ce3..d6376cfb9d5 100644 --- a/llvm/docs/GettingStartedVS.html +++ b/llvm/docs/GettingStartedVS.html @@ -170,11 +170,13 @@ progress has been made since the 1.4 release.</p> <p>You will also need several open source packages: bison, flex, and sed. These must be installed in <tt>llvm/win32/tools</tt>. These can be found at - <a href="http://gnuwin32.sourceforge.net/">http://gnuwin32.sourceforge.net/ - </a>. Bison prefers that m4 be in the path. You must add it to the Visual - Studio configuration under the menu Options -> Projects -> VC++ - Directories. Alternatively, you can set the environment variable <tt>M4</tt> - to point to <tt>m4</tt> executable.</p> + <a href="http://gnuwin32.sourceforge.net">http://gnuwin32.sourceforge.net</a> + or + <a href="http://unxutils.sourceforge.net">http://unxutils.sourceforge.net</a>. + Bison prefers that m4 be in the path. You must add it to the Visual Studio + configuration under the menu Options -> Projects -> VC++ Directories. + Alternatively, you can set the environment variable <tt>M4</tt> to point to + <tt>m4</tt> executable.</p> </div> |