aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-06-01 19:41:30 +0000
committerChris Lattner <sabre@nondot.org>2004-06-01 19:41:30 +0000
commit74032a5702c08c90879775a96d64bce72582ad1b (patch)
tree7d1dba4475bfb5f42ca595f22367f7cbf5e52ff7 /docs
parent396d96bd272a8d335345685bf063a127bbac2936 (diff)
downloadexternal_llvm-74032a5702c08c90879775a96d64bce72582ad1b.zip
external_llvm-74032a5702c08c90879775a96d64bce72582ad1b.tar.gz
external_llvm-74032a5702c08c90879775a96d64bce72582ad1b.tar.bz2
Add a note about cygwin
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13927 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ReleaseNotes.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index b65bff3..6efb3ce 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -285,7 +285,9 @@ portability patches and reports of successful builds or error messages.</p>
<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>