8340804: doc/building.md update Xcode instructions to note that full install is required

Reviewed-by: erikj, jwaters
This commit is contained in:
George Adams 2024-09-24 19:35:59 +00:00
parent e3d80f1e1e
commit b639661e79
2 changed files with 6 additions and 11 deletions

View File

@ -614,10 +614,9 @@ be accepted by <code>configure</code>.</p>
<code>--with-toolchain-type=clang</code>.</p> <code>--with-toolchain-type=clang</code>.</p>
<h3 id="apple-xcode">Apple Xcode</h3> <h3 id="apple-xcode">Apple Xcode</h3>
<p>The oldest supported version of Xcode is 13.0.</p> <p>The oldest supported version of Xcode is 13.0.</p>
<p>You will need the Xcode command line developer tools to be able to <p>You will need to download Xcode either from the App Store or specific
build the JDK. (Actually, <em>only</em> the command line tools are versions can be easily located via the <a
needed, not the IDE.) The simplest way to install these is to run:</p> href="https://xcodereleases.com">Xcode Releases</a> website.</p>
<pre><code>xcode-select --install</code></pre>
<p>When updating Xcode, it is advisable to keep an older version for <p>When updating Xcode, it is advisable to keep an older version for
building the JDK. To use a specific version of Xcode you have multiple building the JDK. To use a specific version of Xcode you have multiple
options:</p> options:</p>

View File

@ -422,13 +422,9 @@ To use clang instead of gcc on Linux, use `--with-toolchain-type=clang`.
The oldest supported version of Xcode is 13.0. The oldest supported version of Xcode is 13.0.
You will need the Xcode command line developer tools to be able to build the You will need to download Xcode either from the App Store or specific versions
JDK. (Actually, *only* the command line tools are needed, not the IDE.) The can be easily located via the [Xcode Releases](https://xcodereleases.com)
simplest way to install these is to run: website.
```
xcode-select --install
```
When updating Xcode, it is advisable to keep an older version for building the When updating Xcode, it is advisable to keep an older version for building the
JDK. To use a specific version of Xcode you have multiple options: JDK. To use a specific version of Xcode you have multiple options: