From: Daniel Dunbar
Date: Wed, 7 Dec 2011 03:04:42 +0000 (+0000)
Subject: www: Update getting started to encourage people to check out compielr-rt.
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=078f859584cc965a8b6ab35f844ce353fe5224b4;p=clang
www: Update getting started to encourage people to check out compielr-rt.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@146014 91177308-0d34-0410-b5e6-96231b3b80d8
---
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:
cd llvm/tools
svn co http://llvm.org/svn/llvm-project/cfe/trunk clang
+ Checkout Compiler-RT:
+
+ - cd llvm/projects
+
- svn co http://llvm.org/svn/llvm-project/compiler-rt/trunk
+ compiler-rt
+
Build LLVM and Clang:
- cd ../.. (back to where you started)