mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-30 07:39:42 +02:00
No need for CXXFLAGS in ./configure anymore.
This commit is contained in:
parent
ddf236993f
commit
6ce85bee9a
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:
|
||||
|
||||
./configure CXXFLAGS="-std=gnu++11" -with-lib-preference="local system"
|
||||
./configure -with-lib-preference="local system"
|
||||
make
|
||||
make install # as root
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user