[llvm-commits] [hlvm] r38393 - /hlvm/trunk/docs/DevelopersGuide.html
Reid Spencer
reid at x10sys.com
Sat Jul 7 17:02:57 PDT 2007
Author: reid
Date: Sat Jul 7 19:02:56 2007
New Revision: 38393
URL: http://llvm.org/viewvc/llvm-project?rev=38393&view=rev
Log:
Make the notice about disk space more prominent.
Modified:
hlvm/trunk/docs/DevelopersGuide.html
Modified: hlvm/trunk/docs/DevelopersGuide.html
URL: http://llvm.org/viewvc/llvm-project/hlvm/trunk/docs/DevelopersGuide.html?rev=38393&r1=38392&r2=38393&view=diff
==============================================================================
--- hlvm/trunk/docs/DevelopersGuide.html (original)
+++ hlvm/trunk/docs/DevelopersGuide.html Sat Jul 7 19:02:56 2007
@@ -376,9 +376,11 @@
of these things or it will wreak havoc on your system. So, we suggest that you
start with a fresh directory. In the discussion that follows, we'll call it
<tt>/proj</tt> (that's what Reid uses). But, it could be anything you want,
- as long as its new. <tt>~/hlvm</tt> would work just as well. Choosing the
- disk location for this should not be taken lightly. You will need upwards of
- 40GB of storage to build all this software.</p>
+ as long as its new. <tt>~/hlvm</tt> would work just as well.</p>
+ <p<em class="warning">IMPORTANT: </em>Choosing the disk location for these
+ builds should not be taken lightly. You will need upwards of 40GB of storage
+ on a 32-bit machine to build all this software. Don't assume your home
+ directory has enough space!</p>
<p>Once you've found a suitable location for HLVM, create the following
directory structure:</p><pre>
cd /proj
More information about the llvm-commits
mailing list