Created
July 4, 2015 19:04
-
-
Save WillSams/d38be6831d19bf1ad854 to your computer and use it in GitHub Desktop.
PygameDev
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
#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