On Wednesday, 3 February 2016 at 08:58:56 UTC, Johannes Pfau
wrote:
See also: https://github.com/D-Programming-GDC/build-gdc-docker
http://build-gdc.readthedocs.org/en/latest/
But the binaries are probably not compatible with some other
Mingw-w64 compilers. Some builds use static libgccs, some
builds use special patches, ...
Another simple way to build GDC on windows is using MSYS2:
http://msys2.github.io/
Simply modify/adapt the PKGBUILD:
https://github.com/Alexpux/MINGW-packages/tree/master/mingw-w64-gcc
Thanks for the warning. I'll look at all this stuff.