[llvm-commits] CVS: llvm/docs/ReleaseNotes.html
Chris Lattner
lattner at cs.uiuc.edu
Tue Jun 1 14:46:01 PDT 2004
Changes in directory llvm/docs:
ReleaseNotes.html updated: 1.188 -> 1.189
---
Log message:
Add a note about cygwin
---
Diffs of the changes: (+4 -2)
Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.188 llvm/docs/ReleaseNotes.html:1.189
--- llvm/docs/ReleaseNotes.html:1.188 Tue Jun 1 13:22:41 2004
+++ llvm/docs/ReleaseNotes.html Tue Jun 1 14:41:30 2004
@@ -285,7 +285,9 @@
<p>Note that the LLVM build system does not currently support directories with
spaces on them when running on Win32/cygwin. We strongly recommend running
LLVM and the C frontend out of a top-level directory without spaces (e.g.,
-<tt>/cygdrive/c/llvm</tt>).</p>
+<tt>/cygdrive/c/llvm</tt>). Also, make sure to install <b>all</b> of the
+cygwin packages. By default, many important tools are not installed that
+are needed by the LLVM build process or test suite (e.g., /bin/time).</p>
</div>
@@ -690,7 +692,7 @@
src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" /></a>
<a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2004/06/01 18:22:41 $
+ Last modified: $Date: 2004/06/01 19:41:30 $
</address>
</body>
More information about the llvm-commits
mailing list