For Fedora core 3, that would be yum install SDL-devel
-Tristan On 2/27/06, Dan Everton <[EMAIL PROTECTED]> wrote: > How you install the packages that the SDL simulator requires to run will > vary between different Linux distributions. For Debian and Ubuntu for > example, you would type something like > > 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 >
