From 6dd90d2217ae0eb894db6b2b3e9a69cfadd0a2af Mon Sep 17 00:00:00 2001 From: John Criswell Date: Thu, 3 Jul 2003 16:43:01 +0000 Subject: [PATCH] Added information on software requirements for unpacking the archives that we will eventually distribute. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7099 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/GettingStarted.html | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index c2aac2fb66c..39bc10dcb25 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -111,6 +111,17 @@

Software

+ + Unpacking the distribution requires the following tools: +

+
GNU Zip (gzip) +
GNU Tar +
+ These tools are needed to uncompress and unarchive the software. + Regular Solaris tar may work for unpacking the TAR archive but + is untested. +
+ Compiling LLVM requires that you have several different software packages installed: @@ -247,10 +258,12 @@
LLVMGCCDIR
This is the pathname to the location where the LLVM C Front End will - be installed. Note that the C front end does not need to be installed + be installed. Note that the C front end does not need to be installed during the LLVM suite build; you will just need to know where it will go for configuring the build system and running the test suite later.

+ For the pre-built binaries, the LLVMGCCDIR is + cfrontend//llvm-gcc.

GCCSRC