1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-01-12 07:35:51 +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

@@ -34,7 +34,7 @@ dnl Require autoconf >= 2.59
AC_PREREQ([2.59])
dnl Init autoconf
AC_INIT([audacity], [2.1.2])
AC_INIT([audacity], [2.1.3])
dnl Check for existence of Audacity.h
AC_CONFIG_SRCDIR([src/Audacity.h])
AC_CONFIG_AUX_DIR([autotools])
@@ -360,6 +360,9 @@ AUDACITY_CHECKLIB_PORTAUDIO
AUDACITY_CHECKLIB_PORTSMF
AUDACITY_CHECKLIB_WIDGETEXTRA
FFMPEG_ARGUMENT=local
LIBFLAC_ARGUMENT=local
dnl Decide what libraries to build with, and whether to use system or local libraries
dnl Set variables based on choices.