aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
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