1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-29 22:58:39 +02:00

Added: where to get wxWidgets and Xcode

This commit is contained in:
Steve Daulton 2018-05-01 10:48:22 +01:00 committed by GitHub
parent 9e92f4f370
commit 6d2bd8a2f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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. from an earlier version of Xcode.
In the instructions below, Xcode 4.3.3 (for the 10.7 SDK) and Xcode 8.1 will 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 * Using other Xcodes
* Optional signing of DMGs * Optional signing of DMGs
* Applying wxWidgets patches one by one * 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 https://github.com/audacity/wxWidgets/tree/v3.1.1
it's the green "clone or download" button on the right. 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 Don't be tempted to use Widgets already installed by a package manager such
as Homebrew because this will cause problems. as Homebrew because this will cause problems.