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