aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/get_started.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/www/get_started.html b/www/get_started.html
index e325e4ef55..8d91a1fa20 100644
--- a/www/get_started.html
+++ b/www/get_started.html
@@ -55,6 +55,12 @@ follows:</p>
<li><tt>cd llvm/tools</tt>
<li><tt>svn co http://llvm.org/svn/llvm-project/cfe/trunk clang</tt></li>
</ul>
+ <li>Checkout Compiler-RT:</li>
+ <ul>
+ <li><tt>cd llvm/projects</tt>
+ <li><tt>svn co http://llvm.org/svn/llvm-project/compiler-rt/trunk
+ compiler-rt</tt></li>
+ </ul>
<li>Build LLVM and Clang:</li>
<ul>
<li><tt>cd ../..</tt> (back to where you started)</li>