mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-13 16:15:48 +01:00
Use local libraries by default on linux
Necessitated by MIDI support, as many people's local portaudio libs will not be patched. This also solves some issues with building with lv2 and ffmpeg on some Ubuntu systems.
This commit is contained in:
2
INSTALL
2
INSTALL
@@ -40,7 +40,7 @@ The root command is often sudo on GNU/Linux, for example 'sudo make install'.
|
|||||||
|
|
||||||
Then to compile and install Audacity:
|
Then to compile and install Audacity:
|
||||||
|
|
||||||
./configure CXXFLAGS="-std=gnu++11"
|
./configure CXXFLAGS="-std=gnu++11" -with-lib-preferences="local system"
|
||||||
make
|
make
|
||||||
make install # as root
|
make install # as root
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user