sudo apt-get install libsdl1.2-dev
and for Fedora it might be (untested)
yum install libsdl1.2-dev
Have a look at your distributions package management system and see if
there's some way you can search for the SDL development package.
Dan
sudo apt-get install libsdl1.2-dev
and for Fedora it might be (untested)
yum install libsdl1.2-dev
Have a look at your distributions package management system and see if
there's some way you can search for the SDL development package.
Dan