How to setup GDC with Visual D?

rsw0x via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Fri Jul 3 12:37:42 PDT 2015


On Friday, 3 July 2015 at 19:17:28 UTC, Marko Grdinic wrote:
> [...]

Have you tried using LDC? I'm unsure of GDC's support on Windows. 
LDC is D's LLVM compiler, and GDC/LDC generally produce binaries 
with similar performance.
You can find a download link here: 
https://github.com/ldc-developers/ldc/releases

I believe you want the ldc2-0.15.2-beta1-win64-msvc.zip package, 
but I don't use windows so I'm unsure.


More information about the Digitalmars-d-learn mailing list