[llvm-commits] CVS: llvm/docs/TestingGuide.html
Jim Laskey
jlaskey at apple.com
Mon Mar 27 10:41:18 PST 2006
Changes in directory llvm/docs:
TestingGuide.html updated: 1.28 -> 1.29
---
Log message:
Add note for Mac OS X developers.
---
Diffs of the changes: (+4 -1)
TestingGuide.html | 5 ++++-
1 files changed, 4 insertions(+), 1 deletion(-)
Index: llvm/docs/TestingGuide.html
diff -u llvm/docs/TestingGuide.html:1.28 llvm/docs/TestingGuide.html:1.29
--- llvm/docs/TestingGuide.html:1.28 Mon Mar 13 23:39:39 2006
+++ llvm/docs/TestingGuide.html Mon Mar 27 12:41:06 2006
@@ -88,6 +88,9 @@
filenames themselves on the <tt>configure</tt> line.</li>
</ul></dd>
</dl>
+
+<p>Mac OS X developers can simplify installation of Expect and tcl by using
+fink. <tt>fink install expect</tt> will install both.</p>
</div>
<!--=========================================================================-->
@@ -522,7 +525,7 @@
John T. Criswell, Reid Spencer, and Tanya Lattner<br>
<a href="http://llvm.org">The LLVM Compiler Infrastructure</a><br/>
- Last modified: $Date: 2006/03/14 05:39:39 $
+ Last modified: $Date: 2006/03/27 18:41:06 $
</address>
</body>
</html>
More information about the llvm-commits
mailing list