summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJim Laskey <jlaskey@mac.com>2006-03-27 19:09:44 +0000
committerJim Laskey <jlaskey@mac.com>2006-03-27 19:09:44 +0000
commitf8e78f0e92c661c5c5a9b75081ea69010f8a5a48 (patch)
tree52236a286d4407cbd0465df9e1650271e3f10649 /docs
parenta2dee0131fb2ab6051aee0cff04068ffcd07ab1d (diff)
downloadllvm-f8e78f0e92c661c5c5a9b75081ea69010f8a5a48.tar.gz
llvm-f8e78f0e92c661c5c5a9b75081ea69010f8a5a48.tar.bz2
llvm-f8e78f0e92c661c5c5a9b75081ea69010f8a5a48.tar.xz
Adding other platforms.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27176 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/TestingGuide.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/TestingGuide.html b/docs/TestingGuide.html
index ca21ade09f..5c535f7f1f 100644
--- a/docs/TestingGuide.html
+++ b/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>
<!--=========================================================================-->