Difference between revisions of "Release Process/Mac"
From Audacity Wiki
(initial edit stub) |
|||
Line 1: | Line 1: | ||
===Steps to build DMG and zip=== | ===Steps to build DMG and zip=== | ||
− | + | build wx | |
#If you already have a universal, current wxMac with all patches then you can skip this | #If you already have a universal, current wxMac with all patches then you can skip this | ||
#download wxMac | #download wxMac |
Revision as of 11:22, 16 February 2012
Steps to build DMG and zip
build wx
- If you already have a universal, current wxMac with all patches then you can skip this
- download wxMac
- apply patches - some may be on list. (as of 2.8.12 there is one patch: wxMacAdditions/wxMac_bug_2_10.5.8_PPC.patch)
- configure for universal *against the 10.4 sdk* or ppcs won't be able to run.
- TODO post correct configure
- get a clean audacity checkout
- open a terminal
- cd to the audacity root directory
- run ./scripts/mac_release_build (FROM THE ROOT DIRECTORY)
- this will create two tarballs outside of the root.
- expand and build these with './configure;make'