On 2017-12-10 19:11, Suliman wrote: > Is it's possible to produce x64 binaries on Windows x64 without > installing Visual Studio? DMD do not have linker for x64. There's a Docker image which contains cross-compilers [1]. The one targeting Windows is using MinGW, not sure if that's usable. [1] https://hub.docker.com/r/multiarch/crossbuild/ -- /Jacob Carlborg