From a2dee0131fb2ab6051aee0cff04068ffcd07ab1d Mon Sep 17 00:00:00 2001 From: Jim Laskey Date: Mon, 27 Mar 2006 18:41:06 +0000 Subject: [PATCH] Add note for Mac OS X developers. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27175 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/TestingGuide.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/TestingGuide.html b/docs/TestingGuide.html index 2f88ada2ce3..ca21ade09fc 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 configure line. + +

Mac OS X developers can simplify installation of Expect and tcl by using +fink. fink install expect will install both.

-- 2.34.1