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

Reply via email to