diff options
author | Jim Laskey <jlaskey@mac.com> | 2006-03-27 19:09:44 +0000 |
---|---|---|
committer | Jim Laskey <jlaskey@mac.com> | 2006-03-27 19:09:44 +0000 |
commit | c1a36f5898d0b1b08e7c5e4142b4f47c073a8c1e (patch) | |
tree | 475379332b52a1e9e7c85ac67f0bf290bf01034e /llvm/docs/TestingGuide.html | |
parent | 27abf2b8aaee70ee2c99bc55599d59acbafe8e92 (diff) | |
download | bcm5719-llvm-c1a36f5898d0b1b08e7c5e4142b4f47c073a8c1e.tar.gz bcm5719-llvm-c1a36f5898d0b1b08e7c5e4142b4f47c073a8c1e.zip |
Adding other platforms.
llvm-svn: 27176
Diffstat (limited to 'llvm/docs/TestingGuide.html')
-rw-r--r-- | llvm/docs/TestingGuide.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/llvm/docs/TestingGuide.html b/llvm/docs/TestingGuide.html index ca21ade09fc..5c535f7f1f3 100644 --- a/llvm/docs/TestingGuide.html +++ b/llvm/docs/TestingGuide.html @@ -90,7 +90,10 @@ filenames themselves on the <tt>configure</tt> line.</li> </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> <!--=========================================================================--> |