1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-30 15:49:41 +02:00

CXXFLAGS on ./configure no longer required.

This commit is contained in:
James Crook 2017-02-28 09:39:48 +00:00 committed by GitHub
parent facaeb9b59
commit 95e5d37042

View File

@ -275,7 +275,7 @@ you need to install the "dev" (development) packages for each library.
To compile on Linux and other Unix systems and using gnu tools, execute these To compile on Linux and other Unix systems and using gnu tools, execute these
commands: commands:
./configure CXXFLAGS="-std=gnu++11" ./configure
make make
make install # as root make install # as root