aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorCharlie Sharpsteen2012-08-24 13:28:36 -0700
committerCharlie Sharpsteen2012-08-24 19:38:03 -0700
commite87341169454d4ae3b74809e680071126b8bcc30 (patch)
treebcbdd1ff75ddf587b136b4dde9216bf5b2c66bd1 /Library
parenta4fbae274f9bbb426419af489efa0f89d1fb7038 (diff)
downloadbrew-e87341169454d4ae3b74809e680071126b8bcc30.tar.bz2
XCodeDependency: Clarify that Xcode.app is needed
Clarify the error message arising from XCodeDependency so that users know XCode.app is needed and that just installing the CLT does not count as "installing XCode".
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/dependencies.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Homebrew/dependencies.rb b/Library/Homebrew/dependencies.rb
index a8ff1a8ad..3ac816a50 100644
--- a/Library/Homebrew/dependencies.rb
+++ b/Library/Homebrew/dependencies.rb
@@ -333,7 +333,8 @@ class XCodeDependency < Requirement
end
def message; <<-EOS.undent
- XCode is required to compile this software.
+ A full installation of XCode.app is required to compile this software.
+ Installing just the Command Line Tools is not sufficent.
EOS
end
end