summaryrefslogtreecommitdiffstats
path: root/www/get_started.html
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2009-08-06 13:00:08 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2009-08-06 13:00:08 +0000
commit1816e48427dd5aa1a2276238e28c0e22b9950586 (patch)
tree77409105a0124db5b30a888546a4b04388e9a18f /www/get_started.html
parentb1e92b3d3a095cd2ca820148a86f7239f82fe6c6 (diff)
Add link to LLVM's Getting Started page.
Patch by John Thompson! git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@78307 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www/get_started.html')
-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>