From: Chandler Carruth
Date: Tue, 14 Aug 2012 00:41:30 +0000 (+0000)
Subject: Clean up the basic instructions for getting started with clang to always
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4bc2d1e4ad46d4d5e598aa2e11c67df562e0908b;p=clang
Clean up the basic instructions for getting started with clang to always
return to the same directory.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@161823 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/www/get_started.html b/www/get_started.html
index 8e339b2014..2acd84b652 100644
--- a/www/get_started.html
+++ b/www/get_started.html
@@ -53,21 +53,21 @@ follows:
Checkout Clang:
- - cd llvm/tools
+
- cd llvm/tools
- svn co http://llvm.org/svn/llvm-project/cfe/trunk clang
+ - cd ../..
Checkout Compiler-RT:
- - cd ../.. (back to where you started)
- - cd llvm/projects
+
- cd llvm/projects
- svn co http://llvm.org/svn/llvm-project/compiler-rt/trunk
compiler-rt
+ - cd ../..
Build LLVM and Clang:
- - cd ../.. (back to where you started)
- mkdir build (for building without polluting the source dir)
- cd build