PDA

View Full Version : Sdl help?



ChronusDark
06-25-2004, 07:41 PM
ok i downloaded the game supertux and when i tried to complile it i get this message

checking for SDL - version >= 1.2.4... no
*** The sdl-config script installed by SDL could not be found
*** If SDL was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the SDL_CONFIG environment variable to the
*** full path to sdl-config.
configure: error: *** SDL version 1.2.4 not found!


i thought knoppix came with sdl what am i missing?

P.S. this is what part of the alphabet would look like if Q and R were eliminated

turbinater
06-26-2004, 03:03 AM
You first must have the sdl-dev packages installed to compile a game that uses sdl.

In a console as root try:

apt-get install libsdl1.2-dev
apt-get install libsdl-mixer1.2-dev
apt-get install libsdl-image1.2-dev

ChronusDark
06-26-2004, 09:06 AM
thanks that helped alot