Created
June 30, 2012 00:43
-
-
Save legumbre/3021612 to your computer and use it in GitHub Desktop.
building sox
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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