From b82bae81297d3e7289cf4b4023c42b68a42950f9 Mon Sep 17 00:00:00 2001 From: James Crook Date: Thu, 29 Dec 2016 16:29:04 +0000 Subject: [PATCH] Corrected mac Build.txt instructions for cleaning (thanks to Gale) --- mac/Build.txt | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/mac/Build.txt b/mac/Build.txt index bbbef1331..16fe3f345 100644 --- a/mac/Build.txt +++ b/mac/Build.txt @@ -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 be used. Fuller instructions that cover - * Using other xcodes + * Using other Xcodes * Optional signing of DMGs * Applying wxWidgets patches one by one 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. * Change directory to /mac - Optionally, if you have built before, clean with: +* Optionally, if you have built before, clean the Debug build with: 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: xcodebuild -configuration Release install