New upstream version 1.0.0
[fdkaac.git] / INSTALL
... / ...
CommitLineData
1Prerequiste
2-----------
3
4To build fdkaac, you need the followings:
5- libfdk-aac (https://github.com/mstorsjo/fdk-aac)
6- GNU autoconf, GNU automake
7
8libfdk-aac is always required, and probably you have to build it yourself.
9Others are required only when you build by configure and make on Unix-like
10enviromnent (including Cygwin or MinGW), and usually you can install them
11through package manager of your system if they are not already present.
12
13Unix-like environment
14---------------------
15
16You can build and install libfdkaac and fdkaac in the following step.
17
181) extract the source, and cd to the source directory
192) autoreconf -i
203) ./configure
214) make
225) sudo make install
23
24Depending on your requirements, you might want to add some extra arguments to
25configure script.
26You have to install libfdk-aac first, and do the same for fdkaac.
27
28Windows, MSVC
29-------------
30
31Extract libfdk-aac under fdkaac directory, and open MSVC/fdkaac.sln.
This page took 0.008546 seconds and 4 git commands to generate.