pygame is
pygame.org is
|
Wiki
CompileUbuntu
Install the development libraries and dependencies needed to install pygame.
Download pygame from subversion, build, then install!
#install dependencies sudo apt-get install python-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-ttf2.0-dev libsdl1.2-dev libsmpeg-dev python-numpy subversion libportmidi-dev svn co svn://seul.org/svn/pygame/trunk pygame cd pygame python setup.py build sudo python setup.py install [edit] |
|