Skip to content

Instantly share code, notes, and snippets.

@bardware
Last active October 2, 2015 10:33
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 bardware/d0724916d23158e25756 to your computer and use it in GitHub Desktop.
Save bardware/d0724916d23158e25756 to your computer and use it in GitHub Desktop.
Import LAME (Lame Aint an MP3 Encoder) from Sourceforge.net into git repository
#required tools
sudo apt-get -y install git-cvs
sudo apt-get -y install cvsps
# lame directory under current folder will be created
git cvsimport -v -a -C lame -k -m -d :pserver:anonymous@lame.cvs.sourceforge.net:/cvsroot/lame lame
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment