<pre style='margin:0'>
Joshua Root (jmroot) pushed a commit to branch master
in repository macports-www.
</pre>
<p><a href="https://github.com/macports/macports-www/commit/d204369b8cd8253e538dcb06c21b3b17d876f2a8">https://github.com/macports/macports-www/commit/d204369b8cd8253e538dcb06c21b3b17d876f2a8</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'> new d204369 Update installation instructions
</span>d204369 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit d204369b8cd8253e538dcb06c21b3b17d876f2a8
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Thu Jan 26 17:01:49 2017 +1100
<span style='display:block; white-space:pre;color:#404040;'> Update installation instructions
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> Add command for installing command line tools on recent OS X versions.
</span><span style='display:block; white-space:pre;color:#404040;'> Make it clearer that only old OS versions come with X11.app.
</span>---
install.php | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/install.php b/install.php
</span><span style='display:block; white-space:pre;color:#808080;'>index fcdd43a..c97c207 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/install.php
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/install.php
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -69,20 +69,22 @@
</span> Snow Leopard, or 3.1 or later for Leopard), found at the <a href="https://developer.apple.com/downloads/">Apple Developer</a>
site, on your Mac operating system installation CDs/DVD, or in the Mac App Store. Using the latest available version that will run on your
OS is highly recommended, except for Snow Leopard where the last free version, 3.2.6, is recommended.</li>
<span style='display:block; white-space:pre;background:#ffe0e0;'>- <li>Apple's Command Line Developer Tools are found at the <a href="https://developer.apple.com/downloads/">Apple Developer</a> site,
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- or they can be installed from within Xcode 4. Users of Xcode 3 or earlier can install this by ensuring that the appropriate
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ <li><p>Apple's Command Line Developer Tools can be installed on recent OS versions by running this command in the Terminal:</p>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ <pre>xcode-select --install</pre>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ <p>Older versions are found at the <a href="https://developer.apple.com/downloads/">Apple Developer</a> site,
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ or they can be installed from within Xcode back to version 4. Users of Xcode 3 or earlier can install them by ensuring that the appropriate
</span> option(s) are selected at the time of Xcode's install ("UNIX Development", "System Tools", "Command Line Tools", or
<span style='display:block; white-space:pre;background:#ffe0e0;'>- "Command Line Support").</li>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ "Command Line Support").</p></li>
</span> <li>Xcode 4 and later users need to first accept the Xcode EULA by either launching Xcode or running:
<pre>xcodebuild -license</pre>
</li>
<li>(Optional) The X11 windowing environment for ports that depend on the functionality it provides to run. You have
multiple choices for an X11 server:
<ul>
<span style='display:block; white-space:pre;background:#ffe0e0;'>- <li>Apple's X11.app is provided by the “X11 User” package (an optional installation on your system CDs/DVD for
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- older OS versions and provided unconditionally on Lion).</li>
</span> <li>Install the xorg-server port from MacPorts.</li>
<li>The <a href="https://www.xquartz.org">XQuartz Project</a> provides a complete X11 release for macOS including server and client libraries and applications.</li>
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ <li>Apple's X11.app is provided by the “X11 User” package on older OS versions. It is always installed on Lion, and
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ is an optional installation on your system CDs/DVD with previous OS versions.</li>
</span> </ul>
</li>
</ol>
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -92,7 +94,7 @@
</span>
<h3 class="subhdr" id="pkg">macOS Package (.pkg) Installer</h3>
<span style='display:block; white-space:pre;background:#ffe0e0;'>- <p>The easiest way to install MacPorts on a Mac is by downloading the dmg for
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ <p>The easiest way to install MacPorts on a Mac is by downloading the pkg or dmg for
</span> <a href="<?php print $sierra_pkg; ?>">Sierra</a>,
<a href="<?php print $elcapitan_pkg; ?>">El Capitan</a>,
<a href="<?php print $yosemite_pkg; ?>">Yosemite</a>,
</pre><pre style='margin:0'>
</pre>