1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-12 09:33:34 +02:00

Adding wxMac accessibility. Should resolve:

http://bugzilla.audacityteam.org/show_bug.cgi?id=139
This commit is contained in:
lllucius
2012-03-21 03:09:06 +00:00
parent 6b21ebb1a7
commit 5f1ef8f8fa
12 changed files with 4485 additions and 72 deletions

View File

@@ -67,16 +67,22 @@ STEP 3: Patch, compile and install wxMac
-----------------------------------------
* Apply "wxMac_bug_2_10.5.8_PPC.patch" in the
"mac/wxMac_additions" folder in the Audacity sources.
"mac/wxMac_additions" folder in the Audacity sources.
This has to be applied until we drop support for OS X 10.5.
* Apply "wxMac-2.8.12-wxaccessible.patch" in the
"mac/wxMac_additions" folder in the Audacity sources.
This will add accessibility support (VoiceOver) to wxMac.
It is not absolutely required, but to be compatible with
released versions of Audacity, it should be applied.
* Apply any other wxMac patches in the "mac" directory that
are relevant to the version of wxMac you are compiling.
cd wxMac-2.8.12
mkdir macbuild
cd macbuild
../configure --disable-shared
../configure --disable-shared --enable-unicode --enable-accessibility
make
sudo make install