mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-28 16:20:12 +01:00
Linux Build Settings.
Configure.ac: Upped version number to 2.1.3 Made FFmpeg and LibFlac Local Readme.txt: Added instruction for CFLAGS. Use XCodebuild instructions on Mac, not autotools. one reason is, on Mac must use patched wxWidgets 3.0.2
This commit is contained in:
@@ -270,10 +270,10 @@ Installation of other libraries is optional, see:
|
||||
If you install libraries using a package management system like Apt or RPM,
|
||||
you need to install the "dev" (development) packages for each library.
|
||||
|
||||
To compile on Linux, Mac OS X and other Unix systems, execute these
|
||||
To compile on Linux and other Unix systems and using gnu tools, execute these
|
||||
commands:
|
||||
|
||||
./configure
|
||||
./configure CXXFLAGS="-std=gnu++11"
|
||||
make
|
||||
make install # as root
|
||||
|
||||
|
||||
Reference in New Issue
Block a user