summaryrefslogtreecommitdiffstats
path: root/llvm/docs/GettingStarted.html
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2004-08-23 20:25:33 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2004-08-23 20:25:33 +0000
commit62a2c1fd7a001dbf74a26bb96101277be8a49ea3 (patch)
tree393c9409d11571cfce61241f0f6caf27c80f85c4 /llvm/docs/GettingStarted.html
parent5b81eea7a5da840b23e9183f3f5c0eae78f64bd7 (diff)
downloadbcm5719-llvm-62a2c1fd7a001dbf74a26bb96101277be8a49ea3.tar.gz
bcm5719-llvm-62a2c1fd7a001dbf74a26bb96101277be8a49ea3.zip
Document 'gmake install' vs. 'install-bytecode' (used for bytecode libs)
llvm-svn: 16004
Diffstat (limited to 'llvm/docs/GettingStarted.html')
-rw-r--r--llvm/docs/GettingStarted.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/llvm/docs/GettingStarted.html b/llvm/docs/GettingStarted.html
index 3f404dcb453..059db916786 100644
--- a/llvm/docs/GettingStarted.html
+++ b/llvm/docs/GettingStarted.html
@@ -743,6 +743,12 @@ source code:</p>
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
OpenPOWER on IntegriCloud