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 | 27abf2b8aaee70ee2c99bc55599d59acbafe8e92 (patch) | |
tree | 0b1d93114f133aadb585d24864f0e312f3ae570e /llvm/docs/TestingGuide.html | |
parent | 018e17c8de0514c7699d61124bc91f4a4d7c9e27 (diff) | |
download | bcm5719-llvm-27abf2b8aaee70ee2c99bc55599d59acbafe8e92.tar.gz bcm5719-llvm-27abf2b8aaee70ee2c99bc55599d59acbafe8e92.zip |
Add note for Mac OS X developers.
llvm-svn: 27175
Diffstat (limited to 'llvm/docs/TestingGuide.html')
-rw-r--r-- | llvm/docs/TestingGuide.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/docs/TestingGuide.html b/llvm/docs/TestingGuide.html index 2f88ada2ce3..ca21ade09fc 100644 --- a/llvm/docs/TestingGuide.html +++ b/llvm/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> <!--=========================================================================--> |