Where is the GDC binaries for Windows targeting windows?
Sebastien Alaiwan via D.gnu
d.gnu at puremagic.com
Wed Jul 20 13:42:02 PDT 2016
The bad news is that you will have to build it yourself, the good
news is that it's easy.
I recently pushed 'one-shot' build scripts for building GDC.
These might help you getting a working GDC compiler targetting
windows.
The usage is rather simple:
$ git clone https://github.com/Ace17/toolchains
$ toolchains/deploy_toolchain_i686-ace-mingw32
The output is a standalone toolchain targetting MS Windows in:
/tmp/toolchains/i686-ace-mingw32.
Hope this helps!
More information about the D.gnu
mailing list