diff options
author | rtr <rtr> | 2008-04-20 02:58:51 +0000 |
---|---|---|
committer | rtr <rtr> | 2008-04-20 02:58:51 +0000 |
commit | 9246c7b4426974beb1467bb65f430e5c4e1cbf45 (patch) | |
tree | 840fd7bf238a6fbd6d45f874a263dd11bbbec82e | |
parent | b5af454577c734c471dd6bdb0143698ecc80adae (diff) | |
download | pkgsrc-9246c7b4426974beb1467bb65f430e5c4e1cbf45.tar.gz |
note that if you intend to use gcc 4 on Tiger that you need to download
the xcode 2.5 development package. gcc4 that comes with xcode 2.0 builds
broken pkg_install tools.
-rw-r--r-- | bootstrap/README.MacOSX | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/bootstrap/README.MacOSX b/bootstrap/README.MacOSX index c59e4b2fd45..f7e7d7f1e7c 100644 --- a/bootstrap/README.MacOSX +++ b/bootstrap/README.MacOSX @@ -1,4 +1,4 @@ -$NetBSD: README.MacOSX,v 1.4 2004/10/24 11:17:45 grant Exp $ +$NetBSD: README.MacOSX,v 1.5 2008/04/20 02:58:51 rtr Exp $ Please read "README.Darwin" as well, as everything there also applies to Mac OS X. @@ -42,6 +42,10 @@ 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. +Note for MacOS X 1.4 (Tiger) you will need to download xcode 2.5 +if you intend to use gcc 4. gcc 4.0.0 bundled with xcode 2.0 on +the desktop installation dvds builds broken pkg_install tools. + 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 |