Skip to content

Instantly share code, notes, and snippets.

@avsm
Last active August 29, 2015 14:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save avsm/11409198 to your computer and use it in GitHub Desktop.
Save avsm/11409198 to your computer and use it in GitHub Desktop.
#!/bin/sh -ex
V=2.0.2
curl -OL http://tipok.org.ua/downloads/media/aacplus/libaacplus/libaacplus-${V}.tar.gz
tar -zxvf libaacplus-${V}.tar.gz
cd libaacplus-${V}
sudo apt-get install autotools-dev automake autoconf
./autogen.sh
make
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment