Changes between Version 2 and Version 3 of How to quickly compile libaacplus
- Timestamp:
- 12/22/2012 01:15:34 AM (5 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
How to quickly compile libaacplus
v2 v3 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 unzip5 # apt-get install libfftw3-dev pkg-config autoconf automake libtool unzip 6 6 $ wget http://217.20.164.161/~tipok/aacplus/libaacplus-2.0.2.tar.gz 7 7 $ tar -xzf libaacplus-2.0.2.tar.gz … … 13 13 }}} 14 14 15 P.S. If you are using Ubuntu, you'll most probably have to use sudofor the last 2 commands, like: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 17 $ sudo make install


