wget -c http://downloads.xiph.org/releases/opus/opus-1.3.1.tar.gz tar -xzf opus-1.3.1.tar.gz cd opus-1.3.1 mkdir -p build cd build ../configure --prefix="/usr" make # Doesn't mind -j# make install