From edb8284ec54836e7beb8e023ba6188a7e7be961a Mon Sep 17 00:00:00 2001 From: James Crook Date: Tue, 18 Sep 2018 16:14:52 +0100 Subject: [PATCH] Add instruction to use our fixes branch into mac/build.txt --- mac/build.txt | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/mac/build.txt b/mac/build.txt index a376fedec..6131fd7a4 100644 --- a/mac/build.txt +++ b/mac/build.txt @@ -44,9 +44,12 @@ can be found on our wiki at http://wiki.audacityteam.org/wiki/Building_On_Mac Don't be tempted to use Widgets already installed by a package manager such as Homebrew because this will cause problems. - As of 16-Apr-2018 we haven't yet applied any Audacity specific patches - to the official wxWidgets 3.1.1 branch, so currently it is the same as: - https://github.com/audacity/wxWidgets/tree/v3.1.1 + We have applied some Audacity specific patches to wxWidgets to better + support VoiceOver, so please use the audacity-fixes-3.1.1 branch. It's + the default branch on our GitHub copy. + https://github.com/audacity/wxWidgets/tree/audacity-fixes-3.1.1 + + git checkout audacity-fixes-3.1.1 9) Change directory to the folder wxWidgets was cloned to then build/install wxWidgets: