On Monday, 3 March 2014 at 19:51:45 UTC, Benjamin Thaut wrote:
Am 28.02.2014 21:14, schrieb Remo:
How to build DMD on windows ?
And then run all the test for it?
README.md is pretty empty at the moment.
Of course it is possible to wait for some Fixes in DMD
compiler may be
it could be faster just to fix them by my self and then hope
that the
fix will be accepted...
Easiest way (but you need visual studio):
1) checkout the latest version (or a tag) from
https://github.com/D-Programming-Language/dmd
2) Open the Visual Studio solution src/dmd_msc_vs10.sln and
build using the release target. Benefit from a compiler which
is 3 times faster compared to a dmd build with dmc.
Kind Regards
Benjamin Thaut
Thanks, good to know! :)