diff options
author | Daniel Dunbar <daniel@zuster.org> | 2011-12-07 03:04:42 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2011-12-07 03:04:42 +0000 |
commit | 078f859584cc965a8b6ab35f844ce353fe5224b4 (patch) | |
tree | bff0940bdd58efbe29e01a006b7edffb70d3f4d6 /www/get_started.html | |
parent | 2e23fd561a3fa739936d9b8416f46aad19a05eb4 (diff) |
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
Diffstat (limited to 'www/get_started.html')
-rw-r--r-- | www/get_started.html | 6 |
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> |