diff options
author | asau <asau@pkgsrc.org> | 2013-02-08 04:59:35 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2013-02-08 04:59:35 +0000 |
commit | 2ec51ab22e4c2eb10155e86aff190430c22cdd4d (patch) | |
tree | cc64fc4d977f03cc082d68c44c10428109f6748d /doc/guide | |
parent | da46aebde8f47846196b30fbf17a41f1b7f0ae27 (diff) | |
download | pkgsrc-2ec51ab22e4c2eb10155e86aff190430c22cdd4d.tar.gz |
Split Darwin version information into separate paragraph
for consistency with notes on other operating systems.
Someone should mention which (recent!) MacOS versions are
supported and/or tested.
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 bd63fc5db87..7a082a06d24 100644 --- a/doc/guide/files/platforms.xml +++ b/doc/guide/files/platforms.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: platforms.xml,v 1.74 2013/02/06 15:25:24 schmonz Exp $ --> +<!-- $NetBSD: platforms.xml,v 1.75 2013/02/08 04:59:35 asau Exp $ --> <chapter id="platforms"> <title>Using pkgsrc on systems other than &os;</title> @@ -47,10 +47,12 @@ <sect2 id="darwin"> <title>Darwin (Mac OS X)</title> + <!-- Mention which MacOS X versions this corresponds to! --> + <para>Darwin 5.x and up are supported.</para> - <para>Darwin 5.x and up are supported. Before you start, you - will need to download and install the Mac OS X Developer Tools - from Apple's Developer Connection. See + <para>Before you start, you 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. (If you don't want or need the full Xcode GUI, download and install Command Line Tools for Xcode.) Also, |