diff options
-rw-r--r-- | bootstrap/README.MacOSX | 4 | ||||
-rw-r--r-- | doc/guide/files/platforms.xml | 10 |
2 files changed, 9 insertions, 5 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". diff --git a/doc/guide/files/platforms.xml b/doc/guide/files/platforms.xml index b0ab0be0731..bd63fc5db87 100644 --- a/doc/guide/files/platforms.xml +++ b/doc/guide/files/platforms.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: platforms.xml,v 1.73 2012/07/25 21:24:44 tez Exp $ --> +<!-- $NetBSD: platforms.xml,v 1.74 2013/02/06 15:25:24 schmonz Exp $ --> <chapter id="platforms"> <title>Using pkgsrc on systems other than &os;</title> @@ -52,9 +52,11 @@ will need to download and install the Mac OS X Developer Tools from Apple's Developer Connection. See <ulink url="http://developer.apple.com/macosx/">http://developer.apple.com/macosx/</ulink> - for details. Also, make sure you install X11 (an optional - package included with the Developer Tools) if you intend to - build packages that use the X11 Window System.</para> + for details. (If you don't want or need the full Xcode GUI, + download and install Command Line Tools for Xcode.) Also, + make sure you install X11 (an optional package included with + the Developer Tools) if you intend to build packages that use + the X11 Window System.</para> </sect2> <sect2 id="freebsd"> |