From b1241b0aae6576424b4c4caa3d131da4b7b062c8 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 11 Feb 2005 21:17:26 +0000 Subject: [PATCH] Slightly expand on the instructions. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20121 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CFEBuildInstrs.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/CFEBuildInstrs.html b/docs/CFEBuildInstrs.html index 86d239659de..eb7a318775d 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 ) -
  • Unpack the C/C++ front-end source into cfrontend/src.

  • +
  • 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.

  • Make "build" and "install" directories as siblings of the "src" tree.

    -- 
    2.34.1