diff --git a/Building-for-macOS.md b/Building-for-macOS.md index a0c9d5a..92455da 100644 --- a/Building-for-macOS.md +++ b/Building-for-macOS.md @@ -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