Revision: 32334 http://trac.macosforge.org/projects/macports/changeset/32334 Author: jmpp@macports.org Date: 2007-12-25 13:33:06 -0800 (Tue, 25 Dec 2007) Log Message: ----------- Clarify that Leopard users need to install Xcode 3.0, while Tiger users need 2.5 (sorry Anders, no direct link to 2.4 off apple's site :-P). Also switch to the now more familiar "Xcode" name, as the older "Developer Tools" is apparently being phased out. Closes #12779. Modified Paths: -------------- trunk/www/install.php Modified: trunk/www/install.php =================================================================== --- trunk/www/install.php 2007-12-25 21:27:51 UTC (rev 32333) +++ trunk/www/install.php 2007-12-25 21:33:06 UTC (rev 32334) @@ -40,15 +40,17 @@ components:</p> <ol> - <li>Apple's Developer Tools, found at the <a href="http://developer.apple.com/tools/xcode/">Apple Developer site</a> - or on your Mac OS X installation CDs/DVD.</li> + <li>Apple's <a href="https://connect.apple.com/cgi-bin/WebObjects/MemberSite.woa/wa/getSoftware?bundleID=19897"> + Xcode 3.0</a> developer tools for the Leopard platform or <a href="https://connect.apple.com/cgi-bin/WebObjects/MemberSite.woa/wa/getSoftware?bundleID=19907"> + 2.5</a> for Tiger, found at the <a href="http://developer.apple.com/tools/xcode/">Apple Developer Connection</a> + site or on your Mac OS X installation CDs/DVD.</li> <li>The X11 windowing environment (A.K.A. “X11 User”) and its related SDK package (“X11SDK”) for ports that depend on the functionality they provide to compile and run. <ul> <li>the “X11 User” package is an optional installation on your system CDs/DVD for Panther and Tiger, enabled through the “Customize” button of the installer, whereas it is included by default on Leopard.</li> - <li>the “X11 SDK” package from the Developer Tools will be automatically installed if “X11 + <li>the “X11 SDK” package from the Xcode installer will be automatically selected if “X11 User” is already installed, so be sure to install that first.</li> </ul> </li>
participants (1)
-
jmpp@macports.org