[llvm-commits] CVS: llvm/docs/GettingStarted.html
Chris Lattner
lattner at cs.uiuc.edu
Wed Feb 9 13:07:36 PST 2005
Changes in directory llvm/docs:
GettingStarted.html updated: 1.107 -> 1.108
---
Log message:
If needed, this should be in the 'how to compile the cfe' doc.
---
Diffs of the changes: (+2 -4)
GettingStarted.html | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
Index: llvm/docs/GettingStarted.html
diff -u llvm/docs/GettingStarted.html:1.107 llvm/docs/GettingStarted.html:1.108
--- llvm/docs/GettingStarted.html:1.107 Wed Feb 9 15:05:01 2005
+++ llvm/docs/GettingStarted.html Wed Feb 9 15:07:21 2005
@@ -283,9 +283,7 @@
<sup>6</sup> The port is done using the MSYS shell.
<a href="http://www.mingw.org/MinGWiki/">Download</a> and install
bison (excl. M4.exe) and flex in that order. Build binutils-2.15 from source,
-if necessary. If you want to compile the C/C++ frontend, then upgrade to
-texinfo-4.5+ from source.
-If you need to create a library for an MS DLL, do the following:
+if necessary. If you need to create a library for an MS DLL, do the following:
<ol>
<li><tt>pexports /C/WINNT/SYSTEM32/file.dll | sed "s/^_//" >
/C/MinGW/lib/file.def</tt></li>
@@ -1500,7 +1498,7 @@
<a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
<a href="http://llvm.x10sys.com/rspencer/">Reid Spencer</a><br>
<a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2005/02/09 21:05:01 $
+ Last modified: $Date: 2005/02/09 21:07:21 $
</address>
</body>
</html>
More information about the llvm-commits
mailing list