From 74032a5702c08c90879775a96d64bce72582ad1b Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 1 Jun 2004 19:41:30 +0000 Subject: [PATCH] Add a note about cygwin git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13927 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index b65bff38475..6efb3ce8595 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -285,7 +285,9 @@ portability patches and reports of successful builds or error messages.

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., -/cygdrive/c/llvm).

+/cygdrive/c/llvm). Also, make sure to install all 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).