Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save saiday/2c606fe1c5c4005110ba to your computer and use it in GitHub Desktop.
Save saiday/2c606fe1c5c4005110ba to your computer and use it in GitHub Desktop.
Installing LAME on Mac OSX Lion
Getting the Source
$ cd ~/source
$ curl -L -O http://downloads.sourceforge.net/project/lame/lame/3.99/lame-3.99.5.tar.gz
$ tar -zxvf lame-3.99.5.tar.gz
$ rm -r lame-3.99.5.tar.gz
$ cd lame-3.99.5
Installing
$ ./configure
$ make
$ sudo make install
Checking if it was installed successfully
$ which lame
$ lame -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment