[llvm-commits] CVS: llvm/docs/GettingStarted.html
Misha Brukman
brukman at cs.uiuc.edu
Mon Aug 23 13:25:43 PDT 2004
Changes in directory llvm/docs:
GettingStarted.html updated: 1.67 -> 1.68
---
Log message:
Document 'gmake install' vs. 'install-bytecode' (used for bytecode libs)
---
Diffs of the changes: (+7 -1)
Index: llvm/docs/GettingStarted.html
diff -u llvm/docs/GettingStarted.html:1.67 llvm/docs/GettingStarted.html:1.68
--- llvm/docs/GettingStarted.html:1.67 Sat Aug 21 18:40:49 2004
+++ llvm/docs/GettingStarted.html Mon Aug 23 15:25:33 2004
@@ -743,6 +743,12 @@
original state in which it was shipped.
<p>
+ <dt><tt>gmake install</tt>
+ <dd>
+ Installs LLVM libraries and tools in a heirarchy under $PREFIX, specified with
+ <tt>./configure --prefix=[dir]</tt>, defaults to <tt>/usr/local</tt>.
+ <p>
+
<dt><tt>gmake install-bytecode</tt>
<dd>
Assuming you built LLVM into $OBJDIR, when this command is run in
@@ -1279,7 +1285,7 @@
<a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
<a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2004/08/21 23:40:49 $
+ Last modified: $Date: 2004/08/23 20:25:33 $
</address>
</body>
More information about the llvm-commits
mailing list