1
0
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:
James Crook
2017-02-12 12:31:34 +00:00
parent cf688914de
commit 77ceb6a707
3 changed files with 21 additions and 16 deletions

View File

@@ -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