From ccd029507e7d6edd93b22189c9276a8cf26ac8d8 Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Mon, 29 Dec 2008 19:38:58 +0000 Subject: [PATCH] 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 --- docs/GettingStarted.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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++:
    1. cd where-you-want-the-C-front-end-to-live
    2. -
    3. gunzip --stdout llvm-gcc.platform.tar.gz | tar -xvf - +
    4. gunzip --stdout llvm-gcc-4.2-version-platform.tar.gz | tar -xvf -
    5. Note: If the binary extension is ".bz" use bunzip2 instead of gunzip.
    6. Add llvm-gcc's "bin" directory to your PATH variable.
    7. @@ -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.

      1. cd where-you-want-the-front-end-to-live
      2. -
      3. gunzip --stdout llvmgcc-version.platform.tar.gz | tar -xvf +
      4. gunzip --stdout llvm-gcc-4.2-version-platform.tar.gz | tar -xvf -
      -- 2.34.1