Put the CLT advice warning in the right place
Refs Homebrew/homebrew#13982.
This commit is contained in:
parent
97b841c1d5
commit
28c9b8f601
@ -213,10 +213,7 @@ def check_for_latest_xcode
|
|||||||
else
|
else
|
||||||
return <<-EOS.undent
|
return <<-EOS.undent
|
||||||
Experimental support for using the "Command Line Tools" without Xcode.
|
Experimental support for using the "Command Line Tools" without Xcode.
|
||||||
You have only installed Xcode. If stuff is not building, try installing
|
Some formulae need Xcode to be installed (for the Frameworks not in the CLT.)
|
||||||
the Command Line Tools package.
|
|
||||||
You do not need Xcode for most Homebrew packages, the CLT is usually enough;
|
|
||||||
however having said this some packages DO require Xcode! Check for that.
|
|
||||||
EOS
|
EOS
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
@ -252,6 +249,8 @@ def check_cc
|
|||||||
if MacOS::Xcode.version >= "4.3"
|
if MacOS::Xcode.version >= "4.3"
|
||||||
return <<-EOS.undent
|
return <<-EOS.undent
|
||||||
Experimental support for using Xcode without the "Command Line Tools".
|
Experimental support for using Xcode without the "Command Line Tools".
|
||||||
|
You have only installed Xcode. If stuff is not building, try installing the
|
||||||
|
"Command Line Tools for Xcode" package.
|
||||||
EOS
|
EOS
|
||||||
else
|
else
|
||||||
return <<-EOS.undent
|
return <<-EOS.undent
|
||||||
|
Loading…
x
Reference in New Issue
Block a user