summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAaron Ballman <aaron@aaronballman.com>2017-10-24 17:28:39 +0000
committerAaron Ballman <aaron@aaronballman.com>2017-10-24 17:28:39 +0000
commitb7f6ffb53898558cfc0d02270e97d43836e5c1d8 (patch)
tree3a23cea91839ba948cee5b99203ea7d8a920a1f6 /docs
parent09a6989110362ce95404ffdad139d9081c3f103e (diff)
Added instructions for obtaining clang-tools-extra to the Getting Started page.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@316468 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/GettingStarted.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/GettingStarted.rst b/docs/GettingStarted.rst
index 529bc6d034b..a90a4b05dd1 100644
--- a/docs/GettingStarted.rst
+++ b/docs/GettingStarted.rst
@@ -52,6 +52,12 @@ Here's the short story for getting up and running quickly with LLVM:
* ``cd llvm/tools``
* ``svn co http://llvm.org/svn/llvm-project/cfe/trunk clang``
+#. Checkout Extra Clang Tools **[Optional]**:
+
+ * ``cd where-you-want-llvm-to-live``
+ * ``cd llvm/tools/clang/tools``
+ * ``svn co http://llvm.org/svn/llvm-project/clang-tools-extra/trunk extra``
+
#. Checkout LLD linker **[Optional]**:
* ``cd where-you-want-llvm-to-live``