summaryrefslogtreecommitdiffstats
path: root/www/get_started.html
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2012-08-14 07:19:09 +0000
committerChandler Carruth <chandlerc@gmail.com>2012-08-14 07:19:09 +0000
commite56f3a69c49aeeb29c8b696d5fda2fa933fe666c (patch)
treefaca31e5d192447e077e356defd8e77516f8b2b4 /www/get_started.html
parentf345ffb2f4e75e7837d9fba8745525b36fa92ee5 (diff)
Add initial documentation about the new tools repository and the
structure of how we're building concrete tools as well as tooling infrastructure as part of the Clang project. This documentation is definitely still rough. If anyone can improve it, flesh it out, or help structure it in a more natural way, please, help! =] This is not my forte, and patches here are more than welcome! git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@161855 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www/get_started.html')
-rw-r--r--www/get_started.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/www/get_started.html b/www/get_started.html
index 2acd84b652..7756f9e2e4 100644
--- a/www/get_started.html
+++ b/www/get_started.html
@@ -58,6 +58,14 @@ follows:</p>
<li><tt>cd ../..</tt></li>
</ul>
</li>
+ <li>Checkout extra Clang Tools: (optional)
+ <ul>
+ <li><tt>cd llvm/tools/clang/tools</tt></li>
+ <li><tt>svn co http://llvm.org/svn/llvm-project/clang-tools-extra/trunk
+ extra</tt></li>
+ <li><tt>cd ../../../..</tt></li>
+ </ul>
+ </li>
<li>Checkout Compiler-RT:
<ul>
<li><tt>cd llvm/projects</tt></li>