[113549] trunk/www/install.php

snc at macports.org snc at macports.org
Tue Nov 19 08:31:25 PST 2013


Revision: 113549
          https://trac.macports.org/changeset/113549
Author:   snc at macports.org
Date:     2013-11-19 08:31:25 -0800 (Tue, 19 Nov 2013)
Log Message:
-----------
www: add one-liner to quickstart for mavericks

Modified Paths:
--------------
    trunk/www/install.php

Modified: trunk/www/install.php
===================================================================
--- trunk/www/install.php	2013-11-19 16:08:57 UTC (rev 113548)
+++ trunk/www/install.php	2013-11-19 16:31:25 UTC (rev 113549)
@@ -13,8 +13,12 @@
     <h2 class="hdr" id="quickstart">Quickstart</h2>
 
     <ol>
-        <li>Install <a href="http://guide.macports.org/#installing.xcode">Xcode and the Xcode Command Line Tools</a></li>
-        <li>Agree to Xcode license: <code>sudo xcodebuild --license</code></li>
+        <li>Install Xcode
+            <ul>
+                <li>Mavericks: In Terminal, use <code>xcode-select --install</code></li>
+                <li>Others see <a href="http://guide.macports.org/#installing.xcode">Xcode and the Xcode Command Line Tools</a></li>
+            </ul>
+        <li>Agree to Xcode license in Terminal: <code>sudo xcodebuild --license</code></li>
         <li>Install MacPorts for your version of OS X:
             <ul>
                 <li><a href="<?php echo $mavericks_pkg; ?>"    >OS X 10.9 Mavericks</a></li>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131119/eb5e509c/attachment.html>


More information about the macports-changes mailing list