From 119fd8b6ce9dc7d97c825b3b8e3407422b7dcd07 Mon Sep 17 00:00:00 2001 From: Joe Groff Date: Sat, 18 Feb 2012 23:23:47 -0800 Subject: [PATCH] factor.sh: note xcode 4.3 command line tools req --- build-support/factor.sh | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/build-support/factor.sh b/build-support/factor.sh index dcd4ba10b0..28e6b9d0fe 100755 --- a/build-support/factor.sh +++ b/build-support/factor.sh @@ -52,6 +52,11 @@ ensure_program_installed() { $ECHO -n "any of [ $* ]" fi $ECHO " and try again." + if [[ $OS -eq macosx ]] ; then + $ECHO "If you have Xcode 4.3 or higher installed, you must install the" + $ECHO "Command Line Tools from Xcode Preferences > Downloads in order" + $ECHO "to build Factor." + fi exit_script 1; fi } @@ -110,8 +115,8 @@ check_installed_programs() { ensure_program_installed uname ensure_program_installed git ensure_program_installed wget curl - ensure_program_installed gcc - ensure_program_installed g++ cl + ensure_program_installed clang gcc + ensure_program_installed clang++ g++ cl ensure_program_installed make gmake ensure_program_installed md5sum md5 ensure_program_installed cut