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