mstorsjo / fdk-aac

A standalone library of the Fraunhofer FDK AAC code from Android.
https://sourceforge.net/projects/opencore-amr/
Other
1.21k stars 394 forks source link

how to install this #128

Open Merlincool opened 3 years ago

Merlincool commented 3 years ago

I did not found any steps to use this, I have git clone this in my ubuntu

nkh0472 commented 3 years ago
apt install build-essential autoconf automake libtool
#you can also use mingw-w64 or other compilers, cmake or other tools as you want

git clone https://github.com/mstorsjo/fdk-aac.git
cd fdk-aac
autoreconf -i
make
sudo make install
cd ..
alan-azvd commented 3 years ago

I have to do ./configure before make