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
commitf447619b0e988edd3ae45297fe35fcf30ab20760 (patch)
tree7356268fd088262434b33a2b4b26965284a0aa6d /Library
parent296b91067da587977648947b2e9cc6ef6adca8c1 (diff)
downloadhomebrew-f447619b0e988edd3ae45297fe35fcf30ab20760.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