diff options
author | Anton Korobeynikov <asl@math.spbu.ru> | 2009-08-06 13:00:08 +0000 |
---|---|---|
committer | Anton Korobeynikov <asl@math.spbu.ru> | 2009-08-06 13:00:08 +0000 |
commit | 3ebc08b5bd07988a874116a7654c7354d26e8f89 (patch) | |
tree | 986c0d0bc391458cc325d5e20ec36b6e4b746419 /clang/www/get_started.html | |
parent | bd7d13fb70eaf738b59779ea3deadebd48fbb876 (diff) | |
download | bcm5719-llvm-3ebc08b5bd07988a874116a7654c7354d26e8f89.tar.gz bcm5719-llvm-3ebc08b5bd07988a874116a7654c7354d26e8f89.zip |
Add link to LLVM's Getting Started page.
Patch by John Thompson!
llvm-svn: 78307
Diffstat (limited to 'clang/www/get_started.html')
-rw-r--r-- | clang/www/get_started.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/clang/www/get_started.html b/clang/www/get_started.html index d8b279134e1..690a91120d1 100644 --- a/clang/www/get_started.html +++ b/clang/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> |