From b05a252ab6314cdc0a039665adbddb00b4c52bd3 Mon Sep 17 00:00:00 2001 From: OatmealDome Date: Mon, 12 Jul 2021 19:26:02 -0400 Subject: [PATCH] add Xcode installation instructions as it is now required to build the mac updater --- Building-for-macOS.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) 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