Skip to content

Instantly share code, notes, and snippets.

@legumbre
Created June 30, 2012 00:43
Show Gist options
  • Save legumbre/3021612 to your computer and use it in GitHub Desktop.
Save legumbre/3021612 to your computer and use it in GitHub Desktop.
building sox
git clone git://sox.git.sourceforge.net/gitroot/sox/sox
cd sox
git checkout -b sox-14.4.0 sox-14.4.0
autoreconf -i
./configure --without-png -without-mad --without-lame --without-flac --without-twolame --without-id3tag
make
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment