Look: msysgit: $ git clone https://github.com/Rayerd/dfl.git
console: $ set dmc_path=D:\dm $ set dmd_path=D:\DMD\dmd2 $ cd dfl\win32\dfl $ makelib.bat Wait for it to build, then: $ set dfl_lib=%cd%\dfl.lib $ cd.. $ set dfl_import=%cd% $ cd.. $ cd.. $ mkdir testdfl Copy this example to test.d: http://wiki.dprogramming.com/Dfl/Tutorial2 $ dmd test.d -I%dfl_import% %dfl_lib% $ test.exe And you have your sample application built.
