%general-entities; ]> $LastChangedBy$ $Date$ SDL-&SDL-version; Introduction to <application><acronym>SDL</acronym></application> 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. Package information Download (HTTP): Download (FTP): Download size: &SDL-size; Estimated Disk space required: &SDL-buildsize; Estimated build time: &SDL-time; <application><acronym>SDL</acronym></application> dependencies Optional , , , , , X ( or ), , and Installation of <application><acronym>SDL</acronym></application> Install SDL by running the following commands: ./configure --prefix=/usr --disable-debug && make && make install Command explanations --disable-debug: This switch configures SDL to build with aggressive optimizations. --enable-video-aalib: This switch is required to build SDL with AAlib video support. Configuring <application><acronym>SDL</acronym></application> Configuration Information Contents The SDL package contains the Simple DirectMedia Layer. Description Simple DirectMedia Layer The Simple DirectMedia Layer is a generic API that provides low level access to audio, keyboard, mouse, joystick, 3D hardware via OpenGL, and 2D frame buffer across multiple platforms.