mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-09 16:13:41 +02:00
autotools
dox2-src
help
images
include
lib-src
locale
m4
mac
Audacity.xcodeproj
Audacity_Xcode_5.1_with_10.6_sdk.xcodeproj
Resources
Resources2
config
wxMac_additions
Audacity.sh
Audacity_Xcode_5.1_with_10.6_sdk.readme
Info.plist
Install.txt
audacity-carbon.rsrc
audacity.Rsrc
audacity.r
build_manual.sh
build_plugins.sh
compile.txt
config.readme
configmac.h
wxMac-2.8.10.patch
wxMac-2.8.11.patch
wxMac-2.8.9.patch
nyquist
plug-ins
presets
qa
scripts
src
tests
win
.gitignore
.travis.yml
ABOUT-NLS
LICENSE.txt
Makefile.am
Makefile.in
README.txt
audacity.dox
branches.txt
configure
configure.ac
po
todo.txt
21 lines
848 B
Plaintext
21 lines
848 B
Plaintext
At this time, the newest SDK version that Audacity can build with
|
|
is 10.6. To build Audacity using Xcode 5.1 or newer, you need
|
|
to extract the 10.6 SDK from an earlier version of Xcode.
|
|
|
|
In the instructions below, Xcode 4.3.3 (for the 10.6 SDK) and
|
|
Xcode 5.1.1 will be used. Xcode 6.1.1 and 6.3 have been verified
|
|
to work as well.
|
|
|
|
1) Download Xcode 5.1.1 or greater and install it to /Applications
|
|
2) Download Xcode 4.3.3 and open it in Finder
|
|
3) Right click the "Xcode.app" bundle and select "Show Package Contents"
|
|
4) Navigate down the directories to get to:
|
|
|
|
Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/
|
|
|
|
5) Copy the MacOSX10.6.sdk folder to:
|
|
|
|
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/
|
|
|
|
That's it. You can now build using the Xcode project in this directory.
|