Slightly expand on the instructions.
authorChris Lattner <sabre@nondot.org>
Fri, 11 Feb 2005 21:17:26 +0000 (21:17 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 11 Feb 2005 21:17:26 +0000 (21:17 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20121 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CFEBuildInstrs.html

index 86d239659de967d426903a690608e0a36c154bf9..eb7a318775d6ff54bc789c96174500a2def4300e 100644 (file)
@@ -126,7 +126,9 @@ of permissions. Specify a path into which LLVM can be installed (e.g.
  % set path = ( `cd llvm/Debug/bin &amp;&amp; pwd` $path )
 </pre></li>
 
-<li><p>Unpack the C/C++ front-end source into cfrontend/src.</p></li>
+<li><p>Unpack the C/C++ front-end source into cfrontend/src, either by
+       untar'ing an llvm-gcc.tar.gz file or checking out CVS into this
+       directory.</p></li>
 
 <li><p>Make "build" and "install" directories as siblings of the "src" tree.</p>
 <pre>