Add a link to the CFE build instrs next to the CFE download instructions

llvm-svn: 14465
diff --git a/llvm/docs/GettingStarted.html b/llvm/docs/GettingStarted.html
index 6b8e2c1..7573113 100644
--- a/llvm/docs/GettingStarted.html
+++ b/llvm/docs/GettingStarted.html
@@ -457,9 +457,13 @@
 <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>
 
 <!-- ======================================================================= -->