[113467] trunk/www/install.php

snc at macports.org snc at macports.org
Sat Nov 16 14:03:08 PST 2013


Revision: 113467
          https://trac.macports.org/changeset/113467
Author:   snc at macports.org
Date:     2013-11-16 14:03:08 -0800 (Sat, 16 Nov 2013)
Log Message:
-----------
www: add install quickstart

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

Modified: trunk/www/install.php
===================================================================
--- trunk/www/install.php	2013-11-16 20:51:37 UTC (rev 113466)
+++ trunk/www/install.php	2013-11-16 22:03:08 UTC (rev 113467)
@@ -2,7 +2,7 @@
     /* -*- coding: utf-8; mode: php; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:set fenc=utf-8 filetype=php et sw=4 ts=4 sts=4: */
     /* $Id$ */
     /* Copyright (c) 2004, OpenDarwin. */
-    /* Copyright (c) 2004-2012, The MacPorts Project. */
+    /* Copyright (c) 2004-2013, The MacPorts Project. */
     include_once("includes/common.inc");
     print_header('The MacPorts Project -- Download & Installation', 'utf-8');
 ?>
@@ -10,6 +10,21 @@
 
 <div id="content">
 
+    <h2 class="hdr">Quickstart</h2>
+
+    <ol>
+        <li>Install <a href="http://guide.macports.org/#installing.xcode">Xcode and the Xcode Command Line Tools</a></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>
+                <li><a href="<?php echo $mountainlion_pkg; ?>" >OS X 10.8 Mountain Lion</a></li>
+                <li><a href="<?php echo $lion_pkg; ?>"         >OS X 10.7 Lion</a></li>
+                <li><a href="#requirements">Older OS? See here.</a></li>
+            </ul>
+        </li>
+        <li>That's it!</li>
+    </ol>
+
     <h2 class="hdr">Installing MacPorts</h2>
 
     <p>MacPorts version <?php print $macports_version_latest; ?> is available in various formats for download and installation (note, if you are upgrading your Mac OS X to a new major release, see the <a href="https://trac.macports.org/wiki/Migration">migration info page</a>):
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131116/a252ecf5/attachment.html>


More information about the macports-changes mailing list