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 | b1241b0aae6576424b4c4caa3d131da4b7b062c8 (patch) | |
tree | 31d17ed51ec5590343e63b9050fb128d15a1ffb5 /docs/CFEBuildInstrs.html | |
parent | f832f6a6677b35fc2b751802f263de3ddec2d843 (diff) | |
download | external_llvm-b1241b0aae6576424b4c4caa3d131da4b7b062c8.zip external_llvm-b1241b0aae6576424b4c4caa3d131da4b7b062c8.tar.gz external_llvm-b1241b0aae6576424b4c4caa3d131da4b7b062c8.tar.bz2 |
Slightly expand on the instructions.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20121 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CFEBuildInstrs.html')
-rw-r--r-- | docs/CFEBuildInstrs.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/CFEBuildInstrs.html b/docs/CFEBuildInstrs.html index 86d2396..eb7a318 100644 --- a/docs/CFEBuildInstrs.html +++ b/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> |