diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2004-08-23 20:25:33 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2004-08-23 20:25:33 +0000 |
commit | e51c35693d3ec81f4e337ae07b5e6a4241b8e714 (patch) | |
tree | 64299629afa0ed9372dede841f6d21e20523b456 /docs/GettingStarted.html | |
parent | 3a168a7d6888d33984460589b891f591abb862f1 (diff) | |
download | external_llvm-e51c35693d3ec81f4e337ae07b5e6a4241b8e714.zip external_llvm-e51c35693d3ec81f4e337ae07b5e6a4241b8e714.tar.gz external_llvm-e51c35693d3ec81f4e337ae07b5e6a4241b8e714.tar.bz2 |
Document 'gmake install' vs. 'install-bytecode' (used for bytecode libs)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16004 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/GettingStarted.html')
-rw-r--r-- | docs/GettingStarted.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index 3f404dc..059db91 100644 --- a/docs/GettingStarted.html +++ b/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 |