[llvm-commits] [release_14] CVS: llvm/docs/GettingStarted.html
John Criswell
criswell at cs.uiuc.edu
Thu Dec 9 09:02:36 PST 2004
Changes in directory llvm/docs:
GettingStarted.html updated: 1.91.2.2 -> 1.91.2.3
---
Log message:
Added the extraction of the test suite in the Getting Started Quickly
section.
---
Diffs of the changes: (+29 -3)
Index: llvm/docs/GettingStarted.html
diff -u llvm/docs/GettingStarted.html:1.91.2.2 llvm/docs/GettingStarted.html:1.91.2.3
--- llvm/docs/GettingStarted.html:1.91.2.2 Thu Dec 9 10:42:10 2004
+++ llvm/docs/GettingStarted.html Thu Dec 9 11:02:22 2004
@@ -125,7 +125,7 @@
<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 @@
</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 at 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 at 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 @@
<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>
@@ -1477,7 +1503,7 @@
<a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
<a href="http://llvm.x10sys.com/rspencer/">Reid Spencer</a><br>
<a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2004/12/09 16:42:10 $
+ Last modified: $Date: 2004/12/09 17:02:22 $
</address>
</body>
</html>
More information about the llvm-commits
mailing list