diff options
author | danw <danw@pkgsrc.org> | 2004-04-24 19:22:41 +0000 |
---|---|---|
committer | danw <danw@pkgsrc.org> | 2004-04-24 19:22:41 +0000 |
commit | ab3d23ac1f074deafa7faaebd654eda706fc482c (patch) | |
tree | d127c93241c6e29f6644b1c27e8fc2d42db1f7ab /bootstrap/README.MacOSX | |
parent | e9dde6bca23270f864b6f45e0100aa545e07f5c7 (diff) | |
download | pkgsrc-ab3d23ac1f074deafa7faaebd654eda706fc482c.tar.gz |
Move the rest of the OS X-specific stuff out of README.Darwin into
README.MacOSX. Update the developer tools notes for 10.3. Mention that
XFree86 has X packages for older versions of OS X that Apple doesn't
provide X for.
Diffstat (limited to 'bootstrap/README.MacOSX')
-rw-r--r-- | bootstrap/README.MacOSX | 24 |
1 files changed, 22 insertions, 2 deletions
diff --git a/bootstrap/README.MacOSX b/bootstrap/README.MacOSX index 31ec99d0d6f..b45b7affea4 100644 --- a/bootstrap/README.MacOSX +++ b/bootstrap/README.MacOSX @@ -1,6 +1,10 @@ -$NetBSD: README.MacOSX,v 1.1.1.1 2004/03/11 13:03:59 grant Exp $ +$NetBSD: README.MacOSX,v 1.2 2004/04/24 19:22:41 danw Exp $ -Please read "README.Darwin" first, as it applies to Mac OS X. +Please read "README.Darwin" as well, as everything there also applies +to Mac OS X. + + +Creating a case-sensitive pkgsrc partition: Since most Macintoshes come with only 1 disk installed, and you want to have your pkgsrc UFS partition on that disk, there's a @@ -28,3 +32,19 @@ mount point to you (/Volumes/whatever). This note is as of 10.2 (Jaguar) and applies to earlier versions. [Hopefully Apple will fix Disk Utility in 10.3 (Panther)]. + + +Developer tools: + +If you haven't already, you will need to install the Mac OS X Developer +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 plan to build packages that use the X11 Window System, you will +also need to make sure you have X11 installed. OS X 10.3 (Panther) +includes X11 and X11 SDK packages on CD. If you are using an older +version of OS X, you can install the XFree86 packages instead, from +www.xfree86.org. + |