AudioCoding.com
Home  
Knowledge base  
Programs  
Development  
compiling 
changelog 
anon. cvs 
dev. cvs 
browse source 
feature request 
bug track 
Download  
Listening tests  
Forum  
News topics
AudioCoding
Links  
For commercial licensing contact Ahead.
General instructions (Linux and the like)
1. Make sure you have autoconf, automake and libtool installed.
2. cd to source dir
3. Run:
        ./bootstrap
        ./configure
        make
        make install

Windows instructions
The easiest way to compile FAAC and FAAD is to use MS Visual C++ and simply open the project files and compile them.

You can also compile Windows version of FAAC using Cygwin tools:
1. Install Cygwin
   (make sure to include autoconf, automake and libtool packages)
2. cd to FAAC source dir

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.

Copyright © 2001 AudioCoding.com  Privacy statement    Powered by SourceForge.Net Logo