Skip to content

Commit 6babfa9

Browse files
author
John Criswell
committed
Added information about how to get QMTest 2.0.3.
llvm-svn: 12472
1 parent bb8b55b commit 6babfa9

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

llvm/docs/GettingStarted.html

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,10 +274,23 @@
274274
automake from 1.4p5 on should work; we only use aclocal from that
275275
package.</p></li>
276276

277-
<li><A href="http://www.codesourcery.com/qm/qmtest">QMTest</A></li>
277+
<li><A href="http://www.codesourcery.com/qm/qmtest">QMTest 2.0.3</A></li>
278278
<li><A href="http://www.python.org">Python</A>
279279

280-
<p>These are needed to use the LLVM test suite.</p></li>
280+
<p>
281+
These are needed to use the LLVM test suite. Please note that newer
282+
versions of QMTest may not work with the LLVM test suite. QMTest 2.0.3
283+
can be retrieved from the QMTest CVS repository using the following
284+
commands:
285+
<ul>
286+
<li><tt>cvs -d :pserver:[email protected]:/home/qm/Repository login</tt>
287+
</li>
288+
<li>When prompted, use <tt>anoncvs</tt> as the password.
289+
</li>
290+
<li><tt>cvs -d :pserver:[email protected]:/home/qm/Repository co -r release-2-0-3 qm</tt>
291+
</li>
292+
</ul>
293+
</p></li>
281294

282295
</ul>
283296

0 commit comments

Comments
 (0)