[113549] trunk/www/install.php

Clemens Lang cal at macports.org
Tue Nov 19 13:33:55 PST 2013


Hi,

On Tue, Nov 19, 2013 at 08:31:25AM -0800, snc at macports.org wrote:
> 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>


That makes the Quickstart section read as if MacPorts didn't require
Xcode on Mavericks. However, some ports still need a full Xcode
installation (e.g., cmake AFAIK).

>          <li>Install MacPorts for your version of OS X:
>              <ul>
>                  <li><a href="<?php echo $mavericks_pkg; ?>"    >OS X 10.9 Mavericks</a></li>


-- 
Clemens Lang



More information about the macports-dev mailing list