[llvm-commits] CVS: llvm/docs/TestingGuide.html

Jim Laskey jlaskey at apple.com
Mon Mar 27 11:09:57 PST 2006



Changes in directory llvm/docs:

TestingGuide.html updated: 1.29 -> 1.30
---
Log message:

Adding other platforms.


---
Diffs of the changes:  (+5 -2)

 TestingGuide.html |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)


Index: llvm/docs/TestingGuide.html
diff -u llvm/docs/TestingGuide.html:1.29 llvm/docs/TestingGuide.html:1.30
--- llvm/docs/TestingGuide.html:1.29	Mon Mar 27 12:41:06 2006
+++ llvm/docs/TestingGuide.html	Mon Mar 27 13:09:44 2006
@@ -90,7 +90,10 @@
 </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>
+fink.  <tt>fink install expect</tt> will install both. Alternatively, users not
+using Mac OS X an use <tt>sudo port install expect</tt> to install Expect and
+tcl.</p>
+
 </div>
 
 <!--=========================================================================-->
@@ -525,7 +528,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/27 18:41:06 $
+  Last modified: $Date: 2006/03/27 19:09:44 $
 </address>
 </body>
 </html>






More information about the llvm-commits mailing list