[cfe-commits] r78307 - /cfe/trunk/www/get_started.html
Anton Korobeynikov
asl at math.spbu.ru
Thu Aug 6 06:00:08 PDT 2009
Author: asl
Date: Thu Aug 6 08:00:08 2009
New Revision: 78307
URL: http://llvm.org/viewvc/llvm-project?rev=78307&view=rev
Log:
Add link to LLVM's Getting Started page.
Patch by John Thompson!
Modified:
cfe/trunk/www/get_started.html
Modified: cfe/trunk/www/get_started.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/get_started.html?rev=78307&r1=78306&r2=78307&view=diff
==============================================================================
--- cfe/trunk/www/get_started.html (original)
+++ cfe/trunk/www/get_started.html Thu Aug 6 08:00:08 2009
@@ -49,6 +49,16 @@
follows:</p>
<ol>
+ <li>Get the required tools.
+ <ul>
+ <li>See
+ <a href="http://llvm.org/docs/GettingStarted.html#requirements">
+ Getting Started with the LLVM System - Requirements</a>.</li>
+ <li>Note also that Python is needed for running the test suite.
+ Get it at: <a href="http://www.python.org/download">
+ http://www.python.org/download</a></li>
+ </ul>
+
<li><a href="http://www.llvm.org/docs/GettingStarted.html#checkout">Checkout
and build LLVM</a> from SVN head:</li>
More information about the cfe-commits
mailing list