Add link to LLVM's Getting Started page.

Patch by John Thompson!

llvm-svn: 78307
This commit is contained in:
Anton Korobeynikov 2009-08-06 13:00:08 +00:00
parent bd7d13fb70
commit 3ebc08b5bd

View 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>