diff options
author | John Criswell <criswell@uiuc.edu> | 2003-10-21 21:24:38 +0000 |
---|---|---|
committer | John Criswell <criswell@uiuc.edu> | 2003-10-21 21:24:38 +0000 |
commit | e04c2630f24df62c8fd2f61de07496c647822f48 (patch) | |
tree | d2f1d21425e9dcf1e8c67bd51ab4da29830c93f9 /docs/GettingStarted.html | |
parent | f1fce0881f90e8ec6a47703cbc90db5feebaef7a (diff) | |
download | external_llvm-e04c2630f24df62c8fd2f61de07496c647822f48.zip external_llvm-e04c2630f24df62c8fd2f61de07496c647822f48.tar.gz external_llvm-e04c2630f24df62c8fd2f61de07496c647822f48.tar.bz2 |
Added the name of the public CVS repository.
Removed the use of CVSROOTDIR as it is no longer used.
Fixed some word wrapping.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9352 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/GettingStarted.html')
-rw-r--r-- | docs/GettingStarted.html | 21 |
1 files changed, 8 insertions, 13 deletions
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index f8588af..252d6dc 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -107,10 +107,10 @@ <li>With anonymous CVS access: <ol> - <li>Find the path to the CVS repository containing LLVM (we'll - call this <i>CVSROOTDIR</i>). <li><tt>cd <i>where-you-want-llvm-to-live</i></tt> - <li><tt>cvs -d <i>CVSROOTDIR</i> checkout llvm</tt> + <li><tt>cvs -d :pserver:anon@llvm-cvs.cs.uiuc.edu:/var/cvs/llvm login</tt> + <li>Hit the return key when prompted for the password. + <li><tt>cvs -d :pserver:anon@llvm-cvs.cs.uiuc.edu:/var/cvs/llvm co llvm</tt> <li><tt>cd llvm</tt> </ol> </ul> @@ -280,13 +280,6 @@ each of these names with the appropriate pathname on your local system. All these paths are absolute:</p> <dl compact> - <dt>CVSROOTDIR - <dd> - This is the path for the CVS repository containing the LLVM source - code. Ask the person responsible for your local LLVM installation to - give you this path. - <p> - <dt>SRC_ROOT <dd> This is the top level directory of the LLVM source tree. @@ -364,7 +357,9 @@ follows: <ul> <li><tt>cd <i>where-you-want-llvm-to-live</i></tt> - <li><tt>cvs -d <i>CVSROOTDIR</i> checkout llvm</tt></p> + <li><tt>cvs -d :pserver:anon@llvm-cvs.cs.uiuc.edu:/var/cvs/llvm login</tt> + <li>Hit the return key when prompted for the password. + <li><tt>cvs -d :pserver:anon@llvm-cvs.cs.uiuc.edu:/var/cvs/llvm co llvm</tt> </ul> <p>This will create an '<tt>llvm</tt>' directory in the current @@ -402,8 +397,8 @@ <p>Once checked out from the CVS repository, the LLVM suite source code must be configured via the <tt>configure</tt> script. This script sets variables in <tt>llvm/Makefile.config</tt> and - <tt>llvm/include/Config/config.h</tt>. It also populates <i>OBJ_ROOT</i> with - the Makefiles needed to build LLVM. + <tt>llvm/include/Config/config.h</tt>. It also populates <i>OBJ_ROOT</i> + with the Makefiles needed to build LLVM. <p> The following environment variables are used by the <tt>configure</tt> |