DerelictSDL

The DerelictSDL package contains D bindings to SDL 1.2 and its satellite libraries.

Building

To compile all libraries in the DerelictSDL package, add the DerelictSDL_ALL make target to the command line. For example, to build the libraries on Windows with DMD, you would execute the following:

make -fwin32.mak DerelictSDL_ALL DC=DMD
For more information on compiling Derelict libraries, see Building the Derelict Bindings.