forked from knik0/faac
-
Notifications
You must be signed in to change notification settings - Fork 0
/
INSTALL
27 lines (22 loc) · 757 Bytes
/
INSTALL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
___________________________________
General FAAC compiling instructions
1. Make sure you have recent versions of autoconf, automake and libtool installed.
For MP4 writing and tagging support, you must enable compiling with internal libmp4v2 (included in /common/mp4v2/).
2. cd to FAAC source dir
3. Run:
./bootstrap
./configure
make
make install
__________________________________
MS Windows FAAC build using Cygwin
1. Install Cygwin (http://cygwin.com/)
(make sure to include autoconf, automake and libtool packages)
2. cd to FAAC source dir (folder)
To install Cygwin binary follow general instructions.
To install Mingw binary:
1. Run:
./bootstrap
CC='gcc -mno-cygwin' ./configure
make
2. Copy frontend/faac.exe to destination folder.