summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--www/get_started.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/www/get_started.html b/www/get_started.html
index d8b279134e..690a91120d 100644
--- a/www/get_started.html
+++ b/www/get_started.html
@@ -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>