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
This commit is contained in:
Misha Brukman 2004-08-23 20:25:33 +00:00
parent 3a168a7d68
commit e51c35693d

View File

@ -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