My D-Language game engine thing developed for Ludum Dare.
You will need:
To build the debug version, open a command window and type dub build
or dub build -c=Debug
.
To build the release version, open a command window and type dub build -c=Release
.
To build and run type dub run
instead of dub build
.