Revision
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

Diff

Modified: trunk/www/install.php (32333 => 32334)


--- 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. &ldquo;X11 User&rdquo;) and its related SDK package (&ldquo;X11SDK&rdquo;)
             for ports that depend on the functionality they provide to compile and run.
                 <ul>
                     <li>the &ldquo;X11 User&rdquo; package is an optional installation on your system CDs/DVD for Panther and
                     Tiger, enabled through the &ldquo;Customize&rdquo; button of the installer, whereas it is included by default
                     on Leopard.</li>
-                    <li>the &ldquo;X11 SDK&rdquo; package from the Developer Tools will be automatically installed if &ldquo;X11
+                    <li>the &ldquo;X11 SDK&rdquo; package from the Xcode installer will be automatically selected if &ldquo;X11
                     User&rdquo; is already installed, so be sure to install that first.</li>
                 </ul>
             </li>