fdkaac/INSTALL

32 lines
938 B
Plaintext
Raw Normal View History

2014-05-12 09:46:49 +02:00
Prerequiste
-----------
2013-01-04 17:10:05 +01:00
2014-05-12 09:46:49 +02:00
To build fdkaac, you need the followings:
- libfdk-aac (https://github.com/mstorsjo/fdk-aac)
- GNU autoconf, GNU automake
2013-01-04 17:10:05 +01:00
2014-05-12 09:46:49 +02:00
libfdk-aac is always required, and probably you have to build it yourself.
Others are required only when you build by configure and make on Unix-like
enviromnent (including Cygwin or MinGW), and usually you can install them
through package manager of your system if they are not already present.
2013-01-04 17:10:05 +01:00
2014-05-12 09:46:49 +02:00
Unix-like environment
---------------------
2013-01-04 17:10:05 +01:00
2014-05-12 09:46:49 +02:00
You can build and install libfdkaac and fdkaac in the following step.
2013-01-04 17:10:05 +01:00
2014-05-12 09:46:49 +02:00
1) extract the source, and cd to the source directory
2) autoreconf -i
3) ./configure
4) make
5) sudo make install
2013-01-04 17:10:05 +01:00
2014-05-12 09:46:49 +02:00
Depending on your requirements, you might want to add some extra arguments to
configure script.
You have to install libfdk-aac first, and do the same for fdkaac.
2013-01-04 17:10:05 +01:00
2014-05-12 09:46:49 +02:00
Windows, MSVC
-------------
2013-01-04 17:10:05 +01:00
2014-05-12 09:46:49 +02:00
Extract libfdk-aac under fdkaac directory, and open MSVC/fdkaac.sln.