1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-29 15:19:44 +02:00

Direct people building on Linux to our wiki

The updated build instructions using CMake are on wiki.
This commit is contained in:
James Crook 2020-04-26 11:03:17 +01:00
parent 075fb54bbb
commit 93544c7f72

View File

@ -5,6 +5,10 @@ Fuller instructions that cover:
* Optional libraries
can be found on our wiki at http://wiki.audacityteam.org/wiki/Building_On_Linux.
In fact for Audacity 2.4.0 you should read those
instructions rather than these ones, since we switched to
CMake for building Audacity itself for 2.4.0
Some prerequisites:
- Audacity requires gcc 4.9 or later to build.
@ -62,6 +66,9 @@ wxWidgets:
Audacity:
These are old instructions. See our wiki and use
CMake for 2.4.0 and later, rather than as here automake.
1) Create a 'build' subdirectory under Audacity and change to it.
2) Now to build Audacity itself.