diff options
| author | Max Howell | 2012-02-18 01:52:35 +0000 |
|---|---|---|
| committer | Max Howell | 2012-02-18 01:53:54 +0000 |
| commit | 21d3517e9700445a4f616c30d0ead8a9cd713d0e (patch) | |
| tree | a0cf8ac5050bdcb337bfff93d8229ecf497a9d58 /Library | |
| parent | 40591b790a8252e5b8e6fea852b053824de5900e (diff) | |
| download | homebrew-21d3517e9700445a4f616c30d0ead8a9cd713d0e.tar.bz2 | |
`brew doctor` whines at people to install CLI Tools for Xcode
Refs #10290.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/cmd/doctor.rb | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Library/Homebrew/cmd/doctor.rb b/Library/Homebrew/cmd/doctor.rb index 209260edd..d43c2e9e4 100644 --- a/Library/Homebrew/cmd/doctor.rb +++ b/Library/Homebrew/cmd/doctor.rb @@ -220,8 +220,11 @@ def check_gcc_versions unless File.exist? '/usr/bin/cc' puts <<-EOS.undent - You have no /usr/bin/cc. This will cause numerous build issues. Please - reinstall Xcode. + You have no /usr/bin/cc. + 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 Xcode’s preferences. Homebrew does not require + all of Xcode! You only need the CLI tools package! EOS end end |
