diff options
author | schmonz <schmonz> | 2013-02-06 15:25:24 +0000 |
---|---|---|
committer | schmonz <schmonz> | 2013-02-06 15:25:24 +0000 |
commit | 574bc8536e7186b96398d9130fc3b611a43c1c75 (patch) | |
tree | e1bf031234dc7f3f95cb960c552dd1ea46fafd3c /bootstrap | |
parent | a51d3e8f95c1cc26d645c64d978a405a2be5504c (diff) | |
download | pkgsrc-574bc8536e7186b96398d9130fc3b611a43c1c75.tar.gz |
Recommend "Command Line Tools for Xcode" as mentioned in
<URL:http://kennethreitz.org/experiments/xcode-gcc-and-homebrew>.
Diffstat (limited to 'bootstrap')
-rw-r--r-- | bootstrap/README.MacOSX | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bootstrap/README.MacOSX b/bootstrap/README.MacOSX index 55a92b46dac..10c2902deb0 100644 --- a/bootstrap/README.MacOSX +++ b/bootstrap/README.MacOSX @@ -1,4 +1,4 @@ -$NetBSD: README.MacOSX,v 1.13 2012/12/29 20:02:38 wiz Exp $ +$NetBSD: README.MacOSX,v 1.14 2013/02/06 15:25:24 schmonz Exp $ Mac OS X Snow Leopard 32/64 (i386/x86_64) ABI issue: @@ -21,6 +21,8 @@ Tools package. Depending on the version of OS X you are running, you may have this on CD. If not, you can download it from Apple's Developer Connection. (You will need to register for a free ADC account.) See http://developer.apple.com/macosx/ for details. +(If you don't want or need the full Xcode GUI, download and install +Command Line Tools for Xcode.) Then start Xcode, go to "Preferences" - "Downloads" and install the "Command Line Tools". |