shithub: aacenc

Download patch

ref: 650d2c00d44f23a87b6bf225e66b06817227d0c9
parent: fb607dbd554e608191181a35d3842dd613fb5587
author: knik <knik>
date: Sat May 10 11:41:27 EDT 2003

compilation instructions

--- /dev/null
+++ b/INSTALL
@@ -1,0 +1,26 @@
+___________________________________
+General FAAC compiling instructions
+
+1. Make sure you have autoconf, automake and libtool installed.
+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.