diff --git a/src/ports/oses/mac_osx.tt_data b/src/ports/oses/mac_osx.tt_data index ee1bb22..e420da2 100644 --- a/src/ports/oses/mac_osx.tt_data +++ b/src/ports/oses/mac_osx.tt_data @@ -66,12 +66,15 @@ Mac OS X ships with Perl as a standard component. } %]

- To build from source (or build XS modules) you need to install Xcode (UNIX - Development Support) available on recent OSX install DVDs or SSDs, download - from Apple Developer or Mac App - Store. (Note: in 10.3 you should also install the optional BSD SDK, - otherwise installing new Perl modules won't work.) + To build from source (or build XS modules) you need to install + GCC which is available as part of "Command Line Tools for XCode", + this can be installed on it's own, or from within Xcode, both of which are + available from + Apple Developer downloads (free registration required). + Xcode can also be installed through the + Mac App + Store. (Note: in 10.3 you should also install the optional BSD + SDK, otherwise installing new Perl modules won't work.)