]> granicus.if.org Git - clang/commitdiff
Add link to LLVM's Getting Started page.
authorAnton Korobeynikov <asl@math.spbu.ru>
Thu, 6 Aug 2009 13:00:08 +0000 (13:00 +0000)
committerAnton Korobeynikov <asl@math.spbu.ru>
Thu, 6 Aug 2009 13:00:08 +0000 (13:00 +0000)
Patch by John Thompson!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@78307 91177308-0d34-0410-b5e6-96231b3b80d8

www/get_started.html

index d8b279134e1c0d03ea71a43615a08a52a6c8f153..690a91120d16a209ed7124b8a1d8864468067506 100644 (file)
@@ -49,6 +49,16 @@ mailing list</a>.</p>
 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>