Point out to that you may want to install the CLT

You have to hold people's hands, they won't google anything.

Refs Homebrew/homebrew#13982.
This commit is contained in:
Max Howell 2012-08-06 13:03:01 -04:00
parent bbcbbcdaa1
commit a9f246eaad

View File

@ -213,7 +213,10 @@ def check_for_latest_xcode
else else
return <<-EOS.undent return <<-EOS.undent
Experimental support for using the "Command Line Tools" without Xcode. Experimental support for using the "Command Line Tools" without Xcode.
Some formulae need Xcode to be installed (for the Frameworks not in the CLT.) You have only installed Xcode. If stuff is not building, try installing
the Command Line Tools package.
You do not need Xcode for most Homebrew packages, the CLT is usually enough;
however having said this some packages DO require Xcode! Check for that.
EOS EOS
end end
else else