1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-09-18 17:10:55 +02:00

Fix path to script. (Thanks Cliff)

This commit is contained in:
James Crook 2018-04-16 18:45:32 +01:00 committed by GitHub
parent cef8976e8f
commit 5e8ba1085b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,7 +48,7 @@ can be found on our wiki at http://wiki.audacityteam.org/wiki/Building_On_Mac
10) Change directory to the folder wxWidgets was extracted to then build/install 10) Change directory to the folder wxWidgets was extracted to then build/install
wxWidgets: wxWidgets:
sudo <path to Audacity source>/mac/build_wxwidgets sudo <path to Audacity source>/mac/scripts/build_wxwidgets
You should now be able to build Audacity using either the Xcode application or You should now be able to build Audacity using either the Xcode application or
the Xcodebuild command line tool. the Xcodebuild command line tool.