aboutsummaryrefslogtreecommitdiff
path: root/llvm/docs/GettingStarted.html
diff options
context:
space:
mode:
authorTanya Lattner <tonic@nondot.org>2007-09-27 18:14:33 +0000
committerTanya Lattner <tonic@nondot.org>2007-09-27 18:14:33 +0000
commit0d675ee06eba1805afecc7ed9f4c88599ea16eea (patch)
tree9837dc2d45abd3fa62ec5959cc5ef87e03950478 /llvm/docs/GettingStarted.html
parentf68d3e1a0d739c779dfdfe4c9a55f3cec54480aa (diff)
downloadllvm-0d675ee06eba1805afecc7ed9f4c88599ea16eea.zip
llvm-0d675ee06eba1805afecc7ed9f4c88599ea16eea.tar.gz
llvm-0d675ee06eba1805afecc7ed9f4c88599ea16eea.tar.bz2
Couple of fixes to mention bunzip2 and make instructions more clear.
llvm-svn: 42407
Diffstat (limited to 'llvm/docs/GettingStarted.html')
-rw-r--r--llvm/docs/GettingStarted.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/docs/GettingStarted.html b/llvm/docs/GettingStarted.html
index 079c819..874dc37 100644
--- a/llvm/docs/GettingStarted.html
+++ b/llvm/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>