refactor pcm reader framework
[fdkaac.git] / INSTALL
1 Prerequiste
2 -----------
3
4 To 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)
8
9 libfdk-aac is always required, and probably you have to build it yourself.
10 Others are required only when you build by configure and make on Unix-like
11 enviromnent (including Cygwin or MinGW), and usually you can install them
12 through package manager of your system if they are not already present.
13
14 Unix-like environment
15 ---------------------
16
17 You can build and install libfdkaac and fdkaac in the following step.
18
19 1) extract the source, and cd to the source directory
20 2) autoreconf -i
21 3) ./configure
22 4) make
23 5) sudo make install
24
25 Depending on your requirements, you might want to add some extra arguments to
26 configure script.
27 You have to install libfdk-aac first, and do the same for fdkaac.
28
29 Windows, MSVC
30 -------------
31
32 Extract libfdk-aac under fdkaac directory, and open MSVC/fdkaac.sln.
This page took 0.020529 seconds and 4 git commands to generate.