diff options
| author | Chris Lattner <sabre@nondot.org> | 2005-02-11 21:17:26 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2005-02-11 21:17:26 +0000 |
| commit | bebf14d28e1205a354ddf7e394055b84513fa476 (patch) | |
| tree | f9486ed41b7ea1c15c982b24a71e41954016811e /llvm/docs/CFEBuildInstrs.html | |
| parent | 2a38aea0a76a6ebf2d1e97c6568ff4fe93dfa448 (diff) | |
| download | bcm5719-llvm-bebf14d28e1205a354ddf7e394055b84513fa476.tar.gz bcm5719-llvm-bebf14d28e1205a354ddf7e394055b84513fa476.zip | |
Slightly expand on the instructions.
llvm-svn: 20121
Diffstat (limited to 'llvm/docs/CFEBuildInstrs.html')
| -rw-r--r-- | llvm/docs/CFEBuildInstrs.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/llvm/docs/CFEBuildInstrs.html b/llvm/docs/CFEBuildInstrs.html index 86d239659de..eb7a318775d 100644 --- a/llvm/docs/CFEBuildInstrs.html +++ b/llvm/docs/CFEBuildInstrs.html @@ -126,7 +126,9 @@ of permissions. Specify a path into which LLVM can be installed (e.g. % set path = ( `cd llvm/Debug/bin && 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> |

