From e04c2630f24df62c8fd2f61de07496c647822f48 Mon Sep 17 00:00:00 2001 From: John Criswell Date: Tue, 21 Oct 2003 21:24:38 +0000 Subject: [PATCH] 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 --- docs/GettingStarted.html | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) 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:
      -
    1. Find the path to the CVS repository containing LLVM (we'll - call this CVSROOTDIR).
    2. cd where-you-want-llvm-to-live -
    3. cvs -d CVSROOTDIR checkout llvm +
    4. cvs -d :pserver:anon@llvm-cvs.cs.uiuc.edu:/var/cvs/llvm login +
    5. Hit the return key when prompted for the password. +
    6. cvs -d :pserver:anon@llvm-cvs.cs.uiuc.edu:/var/cvs/llvm co llvm
    7. 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