From: John Criswell
Date: Tue, 21 Oct 2003 21:24:38 +0000 (+0000)
Subject: Added the name of the public CVS repository.
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e04c2630f24df62c8fd2f61de07496c647822f48;p=oota-llvm.git
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
---
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html
index f8588af6c59..252d6dc0567 100644
--- a/docs/GettingStarted.html
+++ b/docs/GettingStarted.html
@@ -107,10 +107,10 @@
With anonymous CVS access:
- - Find the path to the CVS repository containing LLVM (we'll
- call this CVSROOTDIR).
- cd where-you-want-llvm-to-live
-
- cvs -d CVSROOTDIR checkout llvm
+
- cvs -d :pserver:anon@llvm-cvs.cs.uiuc.edu:/var/cvs/llvm login
+
- Hit the return key when prompted for the password.
+
- cvs -d :pserver:anon@llvm-cvs.cs.uiuc.edu:/var/cvs/llvm co llvm
- cd llvm
@@ -280,13 +280,6 @@
each of these names with the appropriate pathname on your local system.
All these paths are absolute:
- - CVSROOTDIR
-
-
- 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.
-
-
- SRC_ROOT
-
This is the top level directory of the LLVM source tree.
@@ -364,7 +357,9 @@
follows:
- cd where-you-want-llvm-to-live
-
- cvs -d CVSROOTDIR checkout llvm
+
- cvs -d :pserver:anon@llvm-cvs.cs.uiuc.edu:/var/cvs/llvm login
+
- Hit the return key when prompted for the password.
+
- cvs -d :pserver:anon@llvm-cvs.cs.uiuc.edu:/var/cvs/llvm co llvm
This will create an 'llvm' directory in the current
@@ -402,8 +397,8 @@
Once checked out from the CVS repository, the LLVM suite source code
must be configured via the configure script. This script sets
variables in llvm/Makefile.config and
- llvm/include/Config/config.h. It also populates OBJ_ROOT with
- the Makefiles needed to build LLVM.
+ llvm/include/Config/config.h. It also populates OBJ_ROOT
+ with the Makefiles needed to build LLVM.
The following environment variables are used by the configure