1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00

Add additional source of Win32 GNU utilities.

llvm-svn: 19991
This commit is contained in:
Jeff Cohen 2005-02-02 05:46:20 +00:00
parent 3521fcb18f
commit 5988bfc622

View File

@ -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. <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 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 href="http://gnuwin32.sourceforge.net">http://gnuwin32.sourceforge.net</a>
</a>. Bison prefers that m4 be in the path. You must add it to the Visual or
Studio configuration under the menu Options -&gt; Projects -&gt; VC++ <a href="http://unxutils.sourceforge.net">http://unxutils.sourceforge.net</a>.
Directories. Alternatively, you can set the environment variable <tt>M4</tt> Bison prefers that m4 be in the path. You must add it to the Visual Studio
to point to <tt>m4</tt> executable.</p> configuration under the menu Options -&gt; Projects -&gt; VC++ Directories.
Alternatively, you can set the environment variable <tt>M4</tt> to point to
<tt>m4</tt> executable.</p>
</div> </div>