diff options
author | Tanya Lattner <tonic@nondot.org> | 2007-09-27 18:14:33 +0000 |
---|---|---|
committer | Tanya Lattner <tonic@nondot.org> | 2007-09-27 18:14:33 +0000 |
commit | 99c4a2c512b355bcf778ea7d7959a6b1469a1a4a (patch) | |
tree | 81098b3c6001f0708ad27daeecb32e16e3e7b89a /docs/GettingStarted.html | |
parent | 6dc44d051e06c45a79b154eef8c342265cb990a6 (diff) | |
download | external_llvm-99c4a2c512b355bcf778ea7d7959a6b1469a1a4a.zip external_llvm-99c4a2c512b355bcf778ea7d7959a6b1469a1a4a.tar.gz external_llvm-99c4a2c512b355bcf778ea7d7959a6b1469a1a4a.tar.bz2 |
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
Diffstat (limited to 'docs/GettingStarted.html')
-rw-r--r-- | docs/GettingStarted.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index 079c819..874dc37 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -114,13 +114,13 @@ and performance. <li>Read the documentation.</li> <li>Read the documentation.</li> <li>Remember that you were warned twice about reading the documentation.</li> - <li>Install the GCC front end if you intend to compile C or C++: + <li>Install the llvm-gcc4.0 (or llvm-gcc4.2) front end if you intend to compile C or C++: <ol> <li><tt>cd <i>where-you-want-the-C-front-end-to-live</i></tt></li> <li><tt>gunzip --stdout llvm-gcc.<i>platform</i>.tar.gz | tar -xvf -</tt> </li> - <li><tt>cd llvm-gcc3.4/<i>platform</i> (llvm-gcc3.4 only)<br> - ./fixheaders</tt></li> + <ul><li>If the binary extension is ".bz" use bunzip2 instead of gunzip.</li> + </ul> <li>Add llvm-gcc's "bin" directory to your PATH variable.</li> </ol></li> |