hintonda created this revision.
hintonda added a reviewer: mclow.lists.
hintonda added a subscriber: cfe-commits.

http://reviews.llvm.org/D16946

Files:
  www/get_started.html

Index: www/get_started.html
===================================================================
--- www/get_started.html
+++ www/get_started.html
@@ -31,7 +31,7 @@
 <h3 id="buildNix">On Unix-like Systems</h3>
 
 <p>If you would like to check out and build Clang, the current procedure is as
-follows:</p>
+follows (instructions for using git can be found <a 
href="http://llvm.org/docs/GettingStarted.html#git-mirror";>here</a>):</p>
 
 <ol>
   <li>Get the required tools.
@@ -76,7 +76,7 @@
     <li><tt>cd ../..</tt></li>
   </ul>
   </li>
-  <li>Checkout libcxx: (only required to build and run Compiler-RT tests on OS 
X, optional otherwise)
+  <li>Checkout libcxx: (recommended for OS X, and required to build and run 
Compiler-RT tests on OS X, optional otherwise)
   <ul>
     <li><tt>cd llvm/projects</tt></li>
     <li><tt>svn co http://llvm.org/svn/llvm-project/libcxx/trunk


Index: www/get_started.html
===================================================================
--- www/get_started.html
+++ www/get_started.html
@@ -31,7 +31,7 @@
 <h3 id="buildNix">On Unix-like Systems</h3>
 
 <p>If you would like to check out and build Clang, the current procedure is as
-follows:</p>
+follows (instructions for using git can be found <a href="http://llvm.org/docs/GettingStarted.html#git-mirror";>here</a>):</p>
 
 <ol>
   <li>Get the required tools.
@@ -76,7 +76,7 @@
     <li><tt>cd ../..</tt></li>
   </ul>
   </li>
-  <li>Checkout libcxx: (only required to build and run Compiler-RT tests on OS X, optional otherwise)
+  <li>Checkout libcxx: (recommended for OS X, and required to build and run Compiler-RT tests on OS X, optional otherwise)
   <ul>
     <li><tt>cd llvm/projects</tt></li>
     <li><tt>svn co http://llvm.org/svn/llvm-project/libcxx/trunk
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to