Changes between Version 1 and Version 2 of How to quickly compile libaacplus
- Timestamp:
- Dec 22, 2012, 2:12:09 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
How to quickly compile libaacplus
v1 v2 3 3 In order to quickly compile your [http://217.20.164.161/~tipok/ libaacplus] library, you can type the following commands in your shell: 4 4 {{{ 5 #apt-get install libfftw3-dev pkg-config autoconf automake libtool unzip6 #wget http://217.20.164.161/~tipok/aacplus/libaacplus-2.0.2.tar.gz7 #tar -xzf libaacplus-2.0.2.tar.gz8 #cd libaacplus-2.0.29 #./autogen.sh --enable-shared --enable-static10 #make5 $ apt-get install libfftw3-dev pkg-config autoconf automake libtool unzip 6 $ wget http://217.20.164.161/~tipok/aacplus/libaacplus-2.0.2.tar.gz 7 $ tar -xzf libaacplus-2.0.2.tar.gz 8 $ cd libaacplus-2.0.2 9 $ ./autogen.sh --enable-shared --enable-static 10 $ make 11 11 # make install 12 12 # ldconfig … … 15 15 P.S. If you are using Ubuntu, you'll most probably have to use sudo for the last 2 commands, like: 16 16 {{{ 17 #sudo make install18 #sudo ldconfig17 $ sudo make install 18 $ sudo ldconfig 19 19 }}} 20 20 … … 22 22 (MD5: 3fc15d5aa91d0e8b8f94acb6555103da) 23 23 {{{ 24 #wget http://ffmpeg.gusari.org/uploads/libaacplus-2.0.2.tar.gz24 $ wget http://ffmpeg.gusari.org/uploads/libaacplus-2.0.2.tar.gz 25 25 }}} 26 26