]>
Commit | Line | Data |
---|---|---|
70554c07 | 1 | Prerequiste |
2 | ----------- | |
48e2f01c | 3 | |
70554c07 | 4 | To build fdkaac, you need the followings: |
5 | - libfdk-aac (https://github.com/mstorsjo/fdk-aac) | |
6 | - GNU autoconf, GNU automake | |
48e2f01c | 7 | |
70554c07 | 8 | libfdk-aac is always required, and probably you have to build it yourself. |
9 | Others are required only when you build by configure and make on Unix-like | |
10 | enviromnent (including Cygwin or MinGW), and usually you can install them | |
11 | through package manager of your system if they are not already present. | |
48e2f01c | 12 | |
70554c07 | 13 | Unix-like environment |
14 | --------------------- | |
48e2f01c | 15 | |
70554c07 | 16 | You can build and install libfdkaac and fdkaac in the following step. |
48e2f01c | 17 | |
70554c07 | 18 | 1) extract the source, and cd to the source directory |
19 | 2) autoreconf -i | |
20 | 3) ./configure | |
21 | 4) make | |
22 | 5) sudo make install | |
48e2f01c | 23 | |
70554c07 | 24 | Depending on your requirements, you might want to add some extra arguments to |
25 | configure script. | |
26 | You have to install libfdk-aac first, and do the same for fdkaac. | |
48e2f01c | 27 | |
70554c07 | 28 | Windows, MSVC |
29 | ------------- | |
48e2f01c | 30 | |
70554c07 | 31 | Extract libfdk-aac under fdkaac directory, and open MSVC/fdkaac.sln. |