[llvm-commits] CVS: llvm/docs/GettingStartedVS.html

Jeff Cohen jeffc at jolt-lang.org
Tue Feb 1 21:46:30 PST 2005



Changes in directory llvm/docs:

GettingStartedVS.html updated: 1.2 -> 1.3
---
Log message:

Add additional source of Win32 GNU utilities.

---
Diffs of the changes:  (+8 -6)

 GettingStartedVS.html |   14 ++++++++------
 1 files changed, 8 insertions(+), 6 deletions(-)


Index: llvm/docs/GettingStartedVS.html
diff -u llvm/docs/GettingStartedVS.html:1.2 llvm/docs/GettingStartedVS.html:1.3
--- llvm/docs/GettingStartedVS.html:1.2	Tue Feb  1 09:59:28 2005
+++ llvm/docs/GettingStartedVS.html	Tue Feb  1 23:46:20 2005
@@ -170,11 +170,13 @@
 
   <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>
 
@@ -350,7 +352,7 @@
 
   <a href="mailto:jeffc at jolt-lang.org">Jeff Cohen</a><br>
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2005/02/01 15:59:28 $
+  Last modified: $Date: 2005/02/02 05:46:20 $
 </address>
 </body>
 </html>






More information about the llvm-commits mailing list