[llvm-commits] CVS: llvm/www/docs/GettingStarted.html

John Criswell criswell at cs.uiuc.edu
Thu Jul 3 11:44:02 PDT 2003


Changes in directory llvm/www/docs:

GettingStarted.html updated: 1.21 -> 1.22

---
Log message:

Added information on software requirements for unpacking the archives that we
will eventually distribute.



---
Diffs of the changes:

Index: llvm/www/docs/GettingStarted.html
diff -u llvm/www/docs/GettingStarted.html:1.21 llvm/www/docs/GettingStarted.html:1.22
--- llvm/www/docs/GettingStarted.html:1.21	Thu Jul  3 11:29:36 2003
+++ llvm/www/docs/GettingStarted.html	Thu Jul  3 11:43:01 2003
@@ -111,6 +111,17 @@
     <h4><a name="software"><b>Software</b></a></h4>
     <!--=====================================================================-->
     <p>
+
+    Unpacking the distribution requires the following tools:
+    <dl compact>
+        <dt>GNU Zip (gzip)
+        <dt>GNU Tar
+        <dd>
+        These tools are needed to uncompress and unarchive the software.
+        Regular Solaris <tt>tar</tt> may work for unpacking the TAR archive but
+        is untested.
+    </dl>
+
     Compiling LLVM requires that you have several different software packages
     installed:
 
@@ -247,10 +258,12 @@
         <dt>LLVMGCCDIR
         <dd>
         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.
         <p>
+	For the pre-built binaries, the LLVMGCCDIR is
+        <tt>cfrontend/<platform>/llvm-gcc</tt>.
 
         <dt>GCCSRC
         <dd>





More information about the llvm-commits mailing list