add Xcode installation instructions as it is now required to build the mac updater

OatmealDome 2021-07-12 19:26:02 -04:00
parent 45a60619c6
commit b05a252ab6
1 changed files with 10 additions and 2 deletions

@ -1,8 +1,16 @@
## Minimum macOS and Xcode Versions
## Minimum macOS
macOS Sierra (10.12) or newer is required to build Dolphin.
You will need to install "Command Line Tools for Xcode". Installing Xcode itself is optional if you have installed the Command Line Tools.
## Install Xcode
Xcode is required to build Dolphin. It can be installed from the Mac App Store or from [Apple's Developer portal](https://developer.apple.com/downloads).
After Xcode has been downloaded and installed, the active developer directory must be set with the following command:
```bash
sudo xcode-select -s /path/to/Xcode.app/Contents/Developer
```
## Install Qt