1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-03 17:39:25 +02:00

Corrected mac Build.txt instructions for cleaning

(thanks to Gale)
This commit is contained in:
James Crook 2016-12-29 16:29:04 +00:00
parent 278781c5ec
commit b82bae8129

View File

@ -4,7 +4,7 @@ from an earlier version of Xcode.
In the instructions below, Xcode 4.3.3 (for the 10.6 SDK) and Xcode 8.1 will In the instructions below, Xcode 4.3.3 (for the 10.6 SDK) and Xcode 8.1 will
be used. Fuller instructions that cover be used. 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
can be found on our wiki at http://wiki.audacityteam.org/wiki/Building_On_Mac can be found on our wiki at http://wiki.audacityteam.org/wiki/Building_On_Mac
@ -49,11 +49,15 @@ You should now be able to build Audacity using either the Xcode application or
the Xcodebuild command line tool. the Xcodebuild command line tool.
* Change directory to <path to Audacity source>/mac * Change directory to <path to Audacity source>/mac
Optionally, if you have built before, clean with: * Optionally, if you have built before, clean the Debug build with:
xcodebuild clean xcodebuild clean
* Using xcodebuild, build Audacity and create DMG and ZIP bundles in * If you have built the Release build, clean with:
xcodebuild clean -configuration Release
* Build Audacity and create DMG and ZIP bundles in
/private/tmp by typing the following in the terminal: /private/tmp by typing the following in the terminal:
xcodebuild -configuration Release install xcodebuild -configuration Release install