SDL for GC-Linux
From gc-linux
SDL ported to GC-Linux.
Here are quick building and installation instructions (for running on the gamecube, NOT cross compiling):
# cvs -d:pserver:anonymous@gc-linux.cvs.sourceforge.net:/cvsroot/gc-linux login # cvs -z3 -d:pserver:anonymous@gc-linux.cvs.sourceforge.net:/cvsroot/gc-linux co -P libsdl # wget http://www.libsdl.org/release/SDL-1.2.8.tar.gz # tar xzvf SDL-1.2.8.tar.gz # cp -r libsdl/* SDL-1.2.8/ # cd SDL-1.2.8 # ./autogen.sh # ./configure \ --without-x \ --disable-video-x11 \ --disable-video-fbcon \ --disable-video-aalib \ --disable-video-opengl # make && make install

