Skip to content

Instantly share code, notes, and snippets.

@WillSams
Created July 4, 2015 19:04
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 WillSams/d38be6831d19bf1ad854 to your computer and use it in GitHub Desktop.
Save WillSams/d38be6831d19bf1ad854 to your computer and use it in GitHub Desktop.
PygameDev
#install dependencies
sudo apt-get install mercurial python-dev python-numpy ffmpeg \
libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-ttf2.0-dev libsmpeg-dev \
libsdl1.2-dev libportmidi-dev libswscale-dev libavformat-dev libavcodec-dev
# Grab source
hg clone https://bitbucket.org/pygame/pygame
# Finally build and install
cd pygame
python setup.py build
sudo python setup.py install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment