<pre style='margin:0'>
Haren S (harens) pushed a commit to branch master
in repository macports-www.
</pre>
<p><a href="https://github.com/macports/macports-www/commit/39ffa1b1e2f850aa97ac7ac47841a6860fe05a69">https://github.com/macports/macports-www/commit/39ffa1b1e2f850aa97ac7ac47841a6860fe05a69</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 39ffa1b Update Xcode/CLT installation instructions
</span>39ffa1b is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 39ffa1b1e2f850aa97ac7ac47841a6860fe05a69
</span>Author: harens <12570877+harens@users.noreply.github.com>
AuthorDate: Sat Nov 12 11:43:53 2022 +0000
<span style='display:block; white-space:pre;color:#404040;'> Update Xcode/CLT installation instructions
</span>---
install.php | 51 ++++++++++++++++++++++++++++++---------------------
1 file changed, 30 insertions(+), 21 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 9bdc860..35ebb7d 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;'>@@ -12,8 +12,7 @@
</span> <h2 class="hdr" id="quickstart">Quickstart</h2>
<ol>
<span style='display:block; white-space:pre;background:#ffe0e0;'>- <li>Install <a href="<?php print $guide_url . '#installing.xcode'; ?>">Xcode and the Xcode Command Line Tools</a></li>
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- <li>Agree to Xcode license in Terminal: <code>sudo xcodebuild -license</code></li>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ <li>Install Apple's Command Line Developer Tools: <code>xcode-select --install</code></li>
</span> <li>Install MacPorts for your version of the Mac operating system:
<ul>
<li><a href="<?php echo $ventura_pkg; ?>">macOS Ventura v13</a></li>
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -67,32 +66,42 @@
</span>
<div id="requirements">
<span style='display:block; white-space:pre;background:#ffe0e0;'>- <p>Please note that in order to install and run MacPorts on macOS, your system must have installations of the following
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- components:</p>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ <p>For some ports, your system might require installations of the following components:</p>
</span>
<ol>
<span style='display:block; white-space:pre;background:#ffe0e0;'>- <li><p>Apple's <a href="https://developer.apple.com/technologies/tools/">Xcode</a> Developer Tools (version
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- 14.1 or later for Ventura,
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- 13.1 or later for Monterey,
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- 12.2 or later for Big Sur,
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- 11.3 or later for Catalina,
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- 10.0 or later for Mojave,
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- 9.0 or later for High Sierra,
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- 8.0 or later for Sierra, 7.0 or later for El Capitan,
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- 6.1 or later for Yosemite, 5.0.1 or later for Mavericks, 4.4 or later for Mountain Lion,
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- 4.1 or later for Lion, 3.2 or later for
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- Snow Leopard, or 3.1 or later for Leopard), found at the <a href="https://developer.apple.com/downloads/">Apple Developer</a>
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- 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
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- OS is highly recommended, except for Snow Leopard where the last free version, 3.2.6, is recommended.</p>
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- <p>With Xcode 4 and later, users need to accept the Xcode EULA by either launching Xcode or running:</p>
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- <pre>xcodebuild -license</pre>
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- </li>
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- <li><p>Apple's Command Line Developer Tools, which 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;'>+ <li><p>Apple's Command Line Developer Tools, in case a port you're installing or one of its dependencies
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ are not available as binaries.</p>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ <p>It can be installed on recent OS versions by running this command in the Terminal:</p>
</span> <pre>xcode-select --install</pre>
<p>Older versions are found at the <a href="https://developer.apple.com/downloads/">Apple Developer</a> site,
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
option(s) are selected at the time of Xcode's install ("UNIX Development", "System Tools", "Command Line Tools", or
"Command Line Support").</p></li>
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ <li><p>(Optional) Apple's <a href="https://developer.apple.com/technologies/tools/">Xcode</a> Developer Tools, when building some ports from source.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ MacPorts will let you know if this is the case.</p>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ <p>Using the latest available version that will run on your OS is highly recommended, except for Snow Leopard where the last free version,
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ 3.2.6, is recommended:</p>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ <ul>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ <li>14.1 or later for Ventura</li>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ <li>13.1 or later for Monterey</li>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ <li>12.2 or later for Big Sur</li>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ <li>11.3 or later for Catalina</li>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ <li>10.0 or later for Mojave</li>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ <li>9.0 or later for High Sierra</li>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ <li>8.0 or later for Sierra</li>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ <li>7.0 or later for El Capitan</li>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ <li>6.1 or later for Yosemite</li>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ <li>5.0.1 or later for Mavericks</li>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ <li>4.4 or later for Mountain Lion</li>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ <li>4.1 or later for Lion</li>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ <li>3.2 or later for Snow Leopard</li>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ <li>3.1 or later for Leopard</li>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ </ul>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ <p>It can be found on the <a href="https://developer.apple.com/downloads/">Apple Developer</a>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ site, on your Mac operating system installation CDs/DVD, or in the Mac App Store.</p>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ <p>With Xcode 4 and later, users need to accept the Xcode EULA by either launching Xcode or running:</p>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ <pre>xcodebuild -license</pre>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ </li>
</span> <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>
</pre><pre style='margin:0'>
</pre>