Sur une woody ça le fait sans trop de problèmes :
# wget http://zoy.org/~sam/debian/libsdl-perl_1.12-1_i386.deb
# dpkg -i libsdl-perl_1.12-1_i386.deb
si il gueule :
# apt-get install <les machins sdl qui vont bien>
# dpkg -i libsdl-perl_1.12-1_i386.deb
après :
# tar jxvf frozen-bubble-0.9.1.tar.bz2
# cd frozen-bubble-0.9.1/c_stuff/
# perl Makefile.PL
# cd ..
# PREFIX=/usr/local/ make
# PREFIX=/usr/local/ make install
# cd SDL_mixer_patched/
# ./configure && make && make install-strip
# cd ..
# PREFIX=/usr/local/ make install
[^] # Re: Debian...
Posté par Annah C. Hue (site web personnel) . En réponse à la dépêche Frozen Bubble est sorti !. Évalué à 10.
# wget http://zoy.org/~sam/debian/libsdl-perl_1.12-1_i386.deb
# dpkg -i libsdl-perl_1.12-1_i386.deb
si il gueule :
# apt-get install <les machins sdl qui vont bien>
# dpkg -i libsdl-perl_1.12-1_i386.deb
après :
# tar jxvf frozen-bubble-0.9.1.tar.bz2
# cd frozen-bubble-0.9.1/c_stuff/
# perl Makefile.PL
# cd ..
# PREFIX=/usr/local/ make
# PREFIX=/usr/local/ make install
# cd SDL_mixer_patched/
# ./configure && make && make install-strip
# cd ..
# PREFIX=/usr/local/ make install