add Xcode installation instructions as it is now required to build the mac updater
parent
45a60619c6
commit
b05a252ab6
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue