diff options
author | John Criswell <criswell@uiuc.edu> | 2004-12-09 17:02:22 +0000 |
---|---|---|
committer | John Criswell <criswell@uiuc.edu> | 2004-12-09 17:02:22 +0000 |
commit | 160bf47d68efaec89e2e9f71ffdca151c86b9eb8 (patch) | |
tree | 4ba910e940d214dbd0be2b3ff1e7ed269713fd5c /llvm/docs | |
parent | b49aeb238e1dfda22242e932eeffde02a8e84b8b (diff) | |
download | llvm-160bf47d68efaec89e2e9f71ffdca151c86b9eb8.zip llvm-160bf47d68efaec89e2e9f71ffdca151c86b9eb8.tar.gz llvm-160bf47d68efaec89e2e9f71ffdca151c86b9eb8.tar.bz2 |
Added the extraction of the test suite in the Getting Started Quickly
section.
llvm-svn: 18699
Diffstat (limited to 'llvm/docs')
-rw-r--r-- | llvm/docs/GettingStarted.html | 30 |
1 files changed, 28 insertions, 2 deletions
diff --git a/llvm/docs/GettingStarted.html b/llvm/docs/GettingStarted.html index a169c0e..5505ae7 100644 --- a/llvm/docs/GettingStarted.html +++ b/llvm/docs/GettingStarted.html @@ -125,7 +125,7 @@ and performance. <ol> <li><tt>cd <i>where-you-want-llvm-to-live</i></tt> <li><tt>gunzip --stdout llvm-<i>version</i>.tar.gz | tar -xvf -</tt> - <li><tt>cd llvm</tt> + <li><tt>cd llvm</tt></li> </ol></li> <li>With anonymous CVS access (or use a <a href="#mirror">mirror</a>): @@ -141,6 +141,32 @@ and performance. </ol></li> </ul></li> + <li>Get the Test Suite Source Code (<em>optional</em>) + <ul> + <li>With the distributed files: + <ol> + <li><tt>cd <i>where-you-want-llvm-to-live</i></tt> + <li><tt>cd llvm/projects</tt> + <li><tt>gunzip --stdout llvm-test-<i>version</i>.tar.gz | tar -xvf -</tt> + <li><tt>cd ..</tt></li> + </ol></li> + + <li>With anonymous CVS access (or use a <a href="#mirror">mirror</a>): + <ol> + <li><tt>cd <i>where-you-want-llvm-to-live</i></tt></li> + <li><tt>cd llvm/projects</tt> + <li><tt>cvs -d + :pserver:anon@llvm-cvs.cs.uiuc.edu:/var/cvs/llvm login</tt></li> + <li>Hit the return key when prompted for the password. + <li><tt>cvs -z3 -d :pserver:anon@llvm-cvs.cs.uiuc.edu:/var/cvs/llvm + co llvm-test</tt></li> + <li><tt>cd llvm-test</tt></li> + <li><tt>cvs up -P -d</tt></li> + <li><tt>cd ..</tt></li> + </ol></li> + </ul></li> + + <li>Configure the LLVM Build Environment <ol> <li>Change directory to where you want to store the LLVM object @@ -573,7 +599,7 @@ compressed with the gzip program. <dt><tt>cfrontend-1.4.i386-unknown-freebsd5.1.tar.gz</tt></dt> <dd>This is the binary release of the GCC front end for FreeBSD/x86.<br/></dd> - <dt><tt>cfrontend-1.4.powerpc-apple-darwin7.0.0.tar.gz</tt></dt> + <dt><tt>cfrontend-1.4.powerpc-apple-darwin7.6.0.tar.gz</tt></dt> <dd>This is the binary release of the GCC front end for MacOS X/PPC.<br/></dd> </dl> |