Skip to content

Commit

Permalink
Merge pull request #9933 from keithc-ca/xcode
Browse files Browse the repository at this point in the history
Update Xcode version requirement
  • Loading branch information
pshipton committed Jul 13, 2020
2 parents d42ae91 + 6f05b23 commit a475ea5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/build-instructions/Build_Instructions_V8.md
Expand Up @@ -540,12 +540,12 @@ The following instructions guide you through the process of building a macOS **O

### 1. Prepare your system
:apple:
You must install a number of software dependencies to create a suitable build environment on your system:
You must install a number of software dependencies to create a suitable build environment on your system (the specified versions are minimums):

- [Xcode >= 11.4](https://developer.apple.com/download/more/) (requires an Apple account to log in).
- [Xcode 10.3](https://developer.apple.com/download/more/) (requires an Apple account to log in).
- [macOS OpenJDK 8](https://api.adoptopenjdk.net/v3/binary/latest/8/ga/mac/x64/jdk/openj9/normal/adoptopenjdk), which is used as the boot JDK.

The following dependencies can be installed by using [Homebrew](https://brew.sh/) (the specified versions are minimums):
The following dependencies can be installed by using [Homebrew](https://brew.sh/):

- [autoconf 2.6.9](https://formulae.brew.sh/formula/autoconf)
- [bash 4.4.23](https://formulae.brew.sh/formula/bash)
Expand Down

0 comments on commit a475ea5

Please sign in to comment.