mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-09 14:16:28 +01:00
Update Windows build.txt
This commit is contained in:
@@ -18,7 +18,11 @@ can be found on our wiki at http://wiki.audacityteam.org/wiki/Building_On_Window
|
|||||||
download and run the .msi installer. GitExtensions has a GUI interface, includes Git for
|
download and run the .msi installer. GitExtensions has a GUI interface, includes Git for
|
||||||
Windows and has a Git bash command line in the bottom panel of the screen.
|
Windows and has a Git bash command line in the bottom panel of the screen.
|
||||||
|
|
||||||
3. wxWidgets:
|
3. Python
|
||||||
|
We currently depend on Python 2.7.18 during the build. We are working on a switch to a Python 3.
|
||||||
|
At the time of writing, Python 2.7.18 must be on your path.
|
||||||
|
|
||||||
|
4. wxWidgets:
|
||||||
|
|
||||||
1) Clone wxWidgets and checkout 3.1.3 from the Audacity fork of the
|
1) Clone wxWidgets and checkout 3.1.3 from the Audacity fork of the
|
||||||
wxWidgets project:
|
wxWidgets project:
|
||||||
@@ -36,6 +40,9 @@ can be found on our wiki at http://wiki.audacityteam.org/wiki/Building_On_Window
|
|||||||
https://github.com/audacity/wxWidgets/blob/audacity-fixes-3.1.3/README-GIT.md
|
https://github.com/audacity/wxWidgets/blob/audacity-fixes-3.1.3/README-GIT.md
|
||||||
https://github.com/audacity/wxWidgets/blob/audacity-fixes-3.1.3/docs/msw/install.md
|
https://github.com/audacity/wxWidgets/blob/audacity-fixes-3.1.3/docs/msw/install.md
|
||||||
|
|
||||||
|
We (currently) build the 32 bit DLL version,
|
||||||
|
and Audacity is built 32 bit too.
|
||||||
|
|
||||||
Set WXWIN environment variable to the appropriate directory where you installed
|
Set WXWIN environment variable to the appropriate directory where you installed
|
||||||
wxWidgets. This will tell CMake where to find wxWidgets later.
|
wxWidgets. This will tell CMake where to find wxWidgets later.
|
||||||
|
|
||||||
@@ -54,7 +61,7 @@ can be found on our wiki at http://wiki.audacityteam.org/wiki/Building_On_Window
|
|||||||
3) Having got this far, it is well worth trying out building some wxWidgets
|
3) Having got this far, it is well worth trying out building some wxWidgets
|
||||||
examples to confirm that building has worked OK
|
examples to confirm that building has worked OK
|
||||||
|
|
||||||
4. Audacity
|
5. Audacity
|
||||||
|
|
||||||
1) Clone Audacity from the Audacity GitHub project.
|
1) Clone Audacity from the Audacity GitHub project.
|
||||||
https://github.com/audacity/audacity/
|
https://github.com/audacity/audacity/
|
||||||
|
|||||||
Reference in New Issue
Block a user