mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-29 14:48:39 +02:00
Added: where to get wxWidgets and Xcode
This commit is contained in:
parent
9e92f4f370
commit
6d2bd8a2f7
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user