[llvm-commits] [release_12] CVS: llvm/docs/GettingStarted.html

John Criswell criswell at cs.uiuc.edu
Wed Mar 17 14:08:02 PST 2004


Changes in directory llvm/docs:

GettingStarted.html updated: 1.51 -> 1.51.2.1

---
Log message:

Added information about how to get QMTest 2.0.3.


---
Diffs of the changes:  (+16 -3)

Index: llvm/docs/GettingStarted.html
diff -u llvm/docs/GettingStarted.html:1.51 llvm/docs/GettingStarted.html:1.51.2.1
--- llvm/docs/GettingStarted.html:1.51	Fri Mar 12 14:31:37 2004
+++ llvm/docs/GettingStarted.html	Wed Mar 17 14:07:32 2004
@@ -274,10 +274,23 @@
       automake from 1.4p5 on should work; we only use aclocal from that
       package.</p></li>
 
-  <li><A href="http://www.codesourcery.com/qm/qmtest">QMTest</A></li>
+  <li><A href="http://www.codesourcery.com/qm/qmtest">QMTest 2.0.3</A></li>
   <li><A href="http://www.python.org">Python</A>
 
-      <p>These are needed to use the LLVM test suite.</p></li>
+      <p>
+      These are needed to use the LLVM test suite.  Please note that newer
+      versions of QMTest may not work with the LLVM test suite.  QMTest 2.0.3
+      can be retrieved from the QMTest CVS repository using the following
+      commands:
+      <ul>
+        <li><tt>cvs -d :pserver:anoncvs at cvs.codesourcery.com:/home/qm/Repository login</tt>
+        </li>
+        <li>When prompted, use <tt>anoncvs</tt> as the password.
+        </li>
+        <li><tt>cvs -d :pserver:anoncvs at cvs.codesourcery.com:/home/qm/Repository co -r release-2-0-3 qm</tt>
+        </li>
+      </ul>
+      </p></li>
 
 </ul>
 
@@ -1170,7 +1183,7 @@
 
   <a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2004/03/12 20:31:37 $
+  Last modified: $Date: 2004/03/17 20:07:32 $
 </address>
 
 </body>





More information about the llvm-commits mailing list