The Simple DirectMedia Layer (SDL for short) is a cross-platform library designed to make it easy to write multimedia software, such as games and emulators.
Download (HTTP): http://www.libsdl.org/release/SDL-1.2.6.tar.gz
Download size: 1.9 MB
Estimated Disk space required: 50.3 MB
Estimated build time: 0.72 SBU
ALSA-0.9.6, EsounD-0.2.30, aRts-1.1.4, NAS-1.6, NASM-0.98.38, XFree86-4.3.0.1, AAlib-1.4rc5 and DirectFB-0.9.19
Install SDL by running the following commands:
./configure --prefix=/usr --disable-debug && make && make install |
--disable-debug: This switch configures SDL to build with aggressive optimizations.
--enable-video-aalib: This optional switch is required to build SDL with AAlib video support.
As with most libraries, there is no configuration to do, save that the library directory i.e. /opt/lib or /usr/local/lib should appear in /etc/ld.so.conf so that ldd can find the shared libraries. After checking that this is the case, /sbin/ldconfig should be run while logged in as root.