Add a link to the CFE build instrs next to the CFE download instructions
authorChris Lattner <sabre@nondot.org>
Mon, 28 Jun 2004 17:14:01 +0000 (17:14 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 28 Jun 2004 17:14:01 +0000 (17:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14465 91177308-0d34-0410-b5e6-96231b3b80d8

docs/GettingStarted.html

index 6b8e2c105c09d5d6e0713517d74d441646f0c8d2..75731134f5f20bb96f2507966ecbff4bd9f58acd 100644 (file)
@@ -457,9 +457,13 @@ label:</p>
 <p>If you would like to get the GCC front end source code, you can also get it
 from the CVS repository:</p>
 
-<pre>cvs -z3 -d :pserver:anon@llvm-cvs.cs.uiuc.edu:/var/cvs/llvm co llvm-gcc
+<pre>
+  cvs -z3 -d :pserver:anon@llvm-cvs.cs.uiuc.edu:/var/cvs/llvm co llvm-gcc
 </pre>
 
+<p>Please note that you must follow <a href="CFEBuildInstrs.html">these 
+instructions</a> to successfully build the LLVM C front-end.</p>
+
 </div>
 
 <!-- ======================================================================= -->