DerelictSFML

The DerelictSFML package contains D bindings to each of the release packages that comprise the SFML 1.6 distribution.

Building

To compile all libraries in the DerelictSFML package, add the DerelictSFML_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 DerelictSFML_ALL DC=DMD
For more information on compiling Derelict libraries, see Building the Derelict Bindings.