On Thu, Jan 28, 2010 at 3:44 AM, Olof Bjarnason <olof.bjarna...@gmail.com>wrote:
> > > > > For ubuntu you may have to compile from source, since they still haven't > > updated their package in time for ubuntu 9.10: > > http://pygame.org/wiki/CompileUbuntu > > > Um a little too much wrong-kind-of-work to be fun. > > yeah... hehe. Well luckily you can pretty much copy/paste these lines to install. So not too hard :) #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