From: John Criswell Date: Mon, 7 Jul 2003 19:29:20 +0000 (+0000) Subject: Fixed the directions for building the C front end. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=3cbfd77e257dc98db28fa4cf811955b858af66fe;p=oota-llvm.git Fixed the directions for building the C front end. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7117 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index 75048cbe6c0..a33b4b14efe 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -34,7 +34,7 @@
  • Checkout LLVM from CVS
  • Local LLVM Configuration
  • Compiling the LLVM Suite Source Code -
  • Building the LLVM C Front End +
  • Compiling the LLVM C Front End
  • The location for object files
  • Program layout @@ -542,7 +542,7 @@ anything in or below that directory that is out of date. -

    Building the LLVM C Front End

    +

    Compiling the LLVM C Front End

    @@ -580,12 +580,12 @@ -
  • make bootstrap +
  • make
  • The build will eventually fail. Don't worry; chances are good that everything that needed to build is built. -
  • make install +
  • make -k install At this point, you should have a working copy of the LLVM C front end