aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cmd/doctor.rb5
1 files changed, 4 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/doctor.rb b/Library/Homebrew/cmd/doctor.rb
index 55ddd75be..7c97c143c 100644
--- a/Library/Homebrew/cmd/doctor.rb
+++ b/Library/Homebrew/cmd/doctor.rb
@@ -213,7 +213,10 @@ def check_for_latest_xcode
else
return <<-EOS.undent
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
end
else