Created
October 2, 2013 10:18
-
-
Save makokal/6791639 to your computer and use it in GitHub Desktop.
Install pygame ubuntu
This file contains 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
# tested on ubuntu 12.04 | |
# dependencies | |
sudo apt-get install libsdl1.2-dev libsdl-image1.2-dev libsdl-ttf2.0-dev libsdl-mixer1.2-dev libsmpeg-dev libportmidi-dev | |
# pygame | |
sudo pip install hg+http://bitbucket.org/pygame/pygame |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Press [Enter] when the pip command starts, :P