diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index 079c819cb2e..874dc37874f 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -114,13 +114,13 @@ and performance.
  • Read the documentation.
  • Read the documentation.
  • Remember that you were warned twice about reading the documentation.
  • -
  • Install the GCC front end if you intend to compile C or C++: +
  • Install the llvm-gcc4.0 (or llvm-gcc4.2) front end if you intend to compile C or C++:
    1. cd where-you-want-the-C-front-end-to-live
    2. gunzip --stdout llvm-gcc.platform.tar.gz | tar -xvf -
    3. -
    4. cd llvm-gcc3.4/platform (llvm-gcc3.4 only)
      - ./fixheaders
    5. +
    6. Add llvm-gcc's "bin" directory to your PATH variable.