From ff37adc0ce9eca648f5cb21b028298ef1c8f5a34 Mon Sep 17 00:00:00 2001 From: Tanya Lattner Date: Thu, 27 Sep 2007 18:14:33 +0000 Subject: [PATCH] Couple of fixes to mention bunzip2 and make instructions more clear. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42407 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/GettingStarted.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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. +
      • If the binary extension is ".bz" use bunzip2 instead of gunzip.
      • +
    6. Add llvm-gcc's "bin" directory to your PATH variable.