%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 ), , DirectFB, SVGAlib, GNU Pth, Qtopia and PicoGUI 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. : 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 libraries. 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.