mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-30 07:00:45 +00:00
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
This commit is contained in:
parent
f1fce0881f
commit
e04c2630f2
@ -107,10 +107,10 @@
|
|||||||
|
|
||||||
<li>With anonymous CVS access:
|
<li>With anonymous CVS access:
|
||||||
<ol>
|
<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>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>
|
<li><tt>cd llvm</tt>
|
||||||
</ol>
|
</ol>
|
||||||
</ul>
|
</ul>
|
||||||
@ -280,13 +280,6 @@
|
|||||||
each of these names with the appropriate pathname on your local system.
|
each of these names with the appropriate pathname on your local system.
|
||||||
All these paths are absolute:</p>
|
All these paths are absolute:</p>
|
||||||
<dl compact>
|
<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
|
<dt>SRC_ROOT
|
||||||
<dd>
|
<dd>
|
||||||
This is the top level directory of the LLVM source tree.
|
This is the top level directory of the LLVM source tree.
|
||||||
@ -364,7 +357,9 @@
|
|||||||
follows:
|
follows:
|
||||||
<ul>
|
<ul>
|
||||||
<li><tt>cd <i>where-you-want-llvm-to-live</i></tt>
|
<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>
|
</ul>
|
||||||
|
|
||||||
<p>This will create an '<tt>llvm</tt>' directory in the current
|
<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
|
<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
|
must be configured via the <tt>configure</tt> script. This script sets
|
||||||
variables in <tt>llvm/Makefile.config</tt> and
|
variables in <tt>llvm/Makefile.config</tt> and
|
||||||
<tt>llvm/include/Config/config.h</tt>. It also populates <i>OBJ_ROOT</i> with
|
<tt>llvm/include/Config/config.h</tt>. It also populates <i>OBJ_ROOT</i>
|
||||||
the Makefiles needed to build LLVM.
|
with the Makefiles needed to build LLVM.
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
The following environment variables are used by the <tt>configure</tt>
|
The following environment variables are used by the <tt>configure</tt>
|
||||||
|
Loading…
Reference in New Issue
Block a user