brew doctor whines at people to install CLI Tools for Xcode

Refs Homebrew/homebrew#10290.
This commit is contained in:
Max Howell 2012-02-18 01:52:35 +00:00
parent 607c13c32b
commit 1e9a4dbfe4

View File

@ -220,8 +220,11 @@ def check_gcc_versions
unless File.exist? '/usr/bin/cc' unless File.exist? '/usr/bin/cc'
puts <<-EOS.undent puts <<-EOS.undent
You have no /usr/bin/cc. This will cause numerous build issues. Please You have no /usr/bin/cc.
reinstall Xcode. This means you probably can't build *anything*. You need to install the CLI
Tools for Xcode. You can either download this from http://download.apple.com
or install them from inside Xcodes preferences. Homebrew does not require
all of Xcode! You only need the CLI tools package!
EOS EOS
end end
end end