SDL4Freepascal project contains SDL bindings for Freepascal.
It is a set of FreePascal units binding to the SDL (Simple Directmedia Layer) game development API.
To compile the library:
$ tar xzf SDL4Freepascal-1.2.0.0.tar.gz
$ cd SDL4Freepascal-1.2.0.0
$ ./build.sh
and to install it (as root):
# mkdir /usr/lib/fpc/yourversion/units/linux/SDL4Freepascal-1.2.0.0
# mv *.o *.ppu /usr/lib/fpc/yourversion/units/linux/SDL4Freepascal-1.2.0.0
What's New in This Release:
· Updated to SDL 1.2
· added some demos
· added SDL_cdrom
Product's homepage