diff options
author | Jim Laskey <jlaskey@mac.com> | 2006-03-27 18:41:06 +0000 |
---|---|---|
committer | Jim Laskey <jlaskey@mac.com> | 2006-03-27 18:41:06 +0000 |
commit | a2dee0131fb2ab6051aee0cff04068ffcd07ab1d (patch) | |
tree | 138c410ae53c5718d6bf09ea0de90a034b691710 /docs/TestingGuide.html | |
parent | 749b758b2efee9c74bd4d2f7614c8153d60ee16d (diff) |
Add note for Mac OS X developers.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27175 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/TestingGuide.html')
-rw-r--r-- | docs/TestingGuide.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/TestingGuide.html b/docs/TestingGuide.html index 2f88ada2ce..ca21ade09f 100644 --- a/docs/TestingGuide.html +++ b/docs/TestingGuide.html @@ -88,6 +88,9 @@ this route, you MUST specify all three components, and you need to only specify 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> <!--=========================================================================--> |