diff options
author | schmonz <schmonz@pkgsrc.org> | 2013-02-06 15:25:24 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2013-02-06 15:25:24 +0000 |
commit | 7d777a7611d8185ac4873be140b68f8a592cbf5b (patch) | |
tree | e1bf031234dc7f3f95cb960c552dd1ea46fafd3c /doc/guide | |
parent | d26c5924200a9cc2327ac3bba528f16436aa2eb0 (diff) | |
download | pkgsrc-7d777a7611d8185ac4873be140b68f8a592cbf5b.tar.gz |
Recommend "Command Line Tools for Xcode" as mentioned in
<URL:http://kennethreitz.org/experiments/xcode-gcc-and-homebrew>.
Diffstat (limited to 'doc/guide')
-rw-r--r-- | doc/guide/files/platforms.xml | 10 |
1 files changed, 6 insertions, 4 deletions
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"> |