From 6d2bd8a2f7aefbcfe82a84e083479f1ad643a0c9 Mon Sep 17 00:00:00 2001 From: Steve Daulton Date: Tue, 1 May 2018 10:48:22 +0100 Subject: [PATCH] Added: where to get wxWidgets and Xcode --- mac/Build.txt | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/mac/Build.txt b/mac/Build.txt index 886649fe1..3ddeeeb5f 100644 --- a/mac/Build.txt +++ b/mac/Build.txt @@ -4,7 +4,10 @@ To build Audacity using Xcode 5.1 or newer, you need to extract the 10.7 SDK from an earlier version of Xcode. In the instructions below, Xcode 4.3.3 (for the 10.7 SDK) and Xcode 8.1 will -be used. Fuller instructions that cover +be used and can be downloaded from https://developer.apple.com/download/more/ +(requires Apple ID to login). + +Fuller instructions that cover * Using other Xcodes * Optional signing of DMGs * Applying wxWidgets patches one by one @@ -34,6 +37,11 @@ can be found on our wiki at http://wiki.audacityteam.org/wiki/Building_On_Mac https://github.com/audacity/wxWidgets/tree/v3.1.1 it's the green "clone or download" button on the right. + To clone into a new directory "wxWidgets": + git clone --recurse-submodules https://github.com/audacity/wxWidgets/tree/v3.1.1 wxWidgets + then checkout the v3.1.1 branch: + cd ./wxWidgets + git checkout v3.1.1 Don't be tempted to use Widgets already installed by a package manager such as Homebrew because this will cause problems.