Skip to content

Instantly share code, notes, and snippets.

@giginet
Created October 26, 2011 09:46
Show Gist options
  • Save giginet/1315919 to your computer and use it in GitHub Desktop.
Save giginet/1315919 to your computer and use it in GitHub Desktop.
brew install sdl sdl_image sdl_mixer sdl_ttf smpeg portmidi
curl -O http://pygame.org/ftp/pygame-1.9.1release.tar.gz
tar xfz pygame-1.9.1release.tar.gz
curl -O https://raw.github.com/gist/1150088
patch -p0 < 1150088
cd pygame-1.9.1release
python setup.py build
python setup.py install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment