From f8e78f0e92c661c5c5a9b75081ea69010f8a5a48 Mon Sep 17 00:00:00 2001 From: Jim Laskey Date: Mon, 27 Mar 2006 19:09:44 +0000 Subject: [PATCH] Adding other platforms. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27176 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/TestingGuide.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/TestingGuide.html b/docs/TestingGuide.html index ca21ade09fc..5c535f7f1f3 100644 --- a/docs/TestingGuide.html +++ b/docs/TestingGuide.html @@ -90,7 +90,10 @@ 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.

+fink. fink install expect will install both. Alternatively, users not +using Mac OS X an use sudo port install expect to install Expect and +tcl.

+