From d4694f9cf573ad68bc31dfe3d1fdca20d42fce28 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Wed, 22 Dec 2004 06:29:07 +0000 Subject: [PATCH] For PR432: * llvmgcc -> llvm-gcc * llvmg++ -> llvm-g++ * remove references to --with-llvmgccdir configure option git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19098 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/GettingStarted.html | 39 +++++++++++++++++---------------------- 1 file changed, 17 insertions(+), 22 deletions(-) diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index cb81b19c3f8..f3c805c7f0e 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -113,10 +113,12 @@ and performance.
  • Remember that you were warned twice about reading the documentation.
  • Install the GCC front end:
      -
    1. cd where-you-want-the-C-front-end-to-live +
    2. cd where-you-want-the-C-front-end-to-live
    3. gunzip --stdout cfrontend.platform.tar.gz | tar -xvf - +
    4. cd cfrontend/platform
      - ./fixheaders
      + ./fixheaders
    5. +
    6. Add the cfrontend's "bin" directory to your PATH variable
  • Get the Source Code @@ -173,9 +175,9 @@ and performance. files and run configure to configure the Makefiles and header files for the default platform. Useful options include: