From: Misha Brukman
Date: Mon, 29 Dec 2008 19:38:58 +0000 (+0000)
Subject: Cleanup: clarify llvm-gcc version and package name.
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ccd029507e7d6edd93b22189c9276a8cf26ac8d8;p=oota-llvm.git
Cleanup: clarify llvm-gcc version and package name.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61474 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html
index 40f51fe2af9..0dd29d9bf3e 100644
--- a/docs/GettingStarted.html
+++ b/docs/GettingStarted.html
@@ -114,10 +114,10 @@ and performance.
Read the documentation.
Read the documentation.
Remember that you were warned twice about reading the documentation.
- Install the llvm-gcc4.2 front end if you intend to compile C or C++:
+ Install the llvm-gcc-4.2 front end if you intend to compile C or C++:
- cd where-you-want-the-C-front-end-to-live
- - gunzip --stdout llvm-gcc.platform.tar.gz | tar -xvf -
+
- gunzip --stdout llvm-gcc-4.2-version-platform.tar.gz | tar -xvf -
- Note: If the binary extension is ".bz" use bunzip2 instead of gunzip.
- Add llvm-gcc's "bin" directory to your PATH variable.
@@ -677,12 +677,12 @@ compressed with the gzip program.
- llvm-test-x.y.tar.gz
- Source release for the LLVM test suite.
- - llvm-gcc4-x.y.source.tar.gz
- - Source release of the llvm-gcc4 front end. See README.LLVM in the root
+
- llvm-gcc-4.2-x.y.source.tar.gz
+ - Source release of the llvm-gcc-4.2 front end. See README.LLVM in the root
directory for build instructions.
- - llvm-gcc4-x.y-platform.tar.gz
- - Binary release of the llvm-gcc4 front end for a specific platform.
+ - llvm-gcc-4.2-x.y-platform.tar.gz
+ - Binary release of the llvm-gcc-4.2 front end for a specific platform.
@@ -771,7 +771,7 @@ main LLVM repository.
- cd where-you-want-the-front-end-to-live
- - gunzip --stdout llvmgcc-version.platform.tar.gz | tar -xvf
+
- gunzip --stdout llvm-gcc-4.2-version-platform.tar.gz | tar -xvf
-