From: Misha Brukman Date: Mon, 23 Aug 2004 20:25:33 +0000 (+0000) Subject: Document 'gmake install' vs. 'install-bytecode' (used for bytecode libs) X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e51c35693d3ec81f4e337ae07b5e6a4241b8e714;p=oota-llvm.git 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 --- diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index 3f404dcb453..059db916786 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -743,6 +743,12 @@ source code:

original state in which it was shipped.

+

gmake install +
+ Installs LLVM libraries and tools in a heirarchy under $PREFIX, specified with + ./configure --prefix=[dir], defaults to /usr/local. +

+

gmake install-bytecode
Assuming you built LLVM into $OBJDIR, when this command is run in