[llvm-commits] [llvm] r42407 - /llvm/trunk/docs/GettingStarted.html

Tanya Lattner tonic at nondot.org
Thu Sep 27 11:14:33 PDT 2007


Author: tbrethou
Date: Thu Sep 27 13:14:33 2007
New Revision: 42407

URL: http://llvm.org/viewvc/llvm-project?rev=42407&view=rev
Log:
Couple of fixes to mention bunzip2 and make instructions more clear.

Modified:
    llvm/trunk/docs/GettingStarted.html

Modified: llvm/trunk/docs/GettingStarted.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/GettingStarted.html?rev=42407&r1=42406&r2=42407&view=diff

==============================================================================
--- llvm/trunk/docs/GettingStarted.html (original)
+++ llvm/trunk/docs/GettingStarted.html Thu Sep 27 13:14:33 2007
@@ -114,13 +114,13 @@
   <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>
 





More information about the llvm-commits mailing list