From e51c35693d3ec81f4e337ae07b5e6a4241b8e714 Mon Sep 17 00:00:00 2001
From: Misha Brukman
Date: Mon, 23 Aug 2004 20:25:33 +0000
Subject: [PATCH] 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
---
docs/GettingStarted.html | 6 ++++++
1 file changed, 6 insertions(+)
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
--
2.34.1