From 438c7fddb07240ffa100da77a1d90f8ada4a88d1 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. llvm-svn: 61474 --- 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 -