2010/1/27 René Dudfield <ren...@gmail.com>: > > > 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 :)
Yeah, but the work with debugging such a "script" when it fails is what is much work. Plus how it would severely mess up my system ;) What linux dists' are you guys using, to get more up-to-date developer versions of python+pygame etc.? > > > #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 > > -- http://olofb.wordpress.com