Portable D compiler builds

Temtaime temtaime at gmail.com
Sat Mar 16 10:59:22 UTC 2019


Hello !
Glad to announce my D compiler builds.

Currently there's only DMD builds: 64-bit compiler built with LDC 
with MSVC's 2017 runtime, allowing linking your apps with all the 
COFF libraries you have.
It supports both 32-bit(limited due to a bug in lld linker) and 
64-bit apps.

Scripts that are used to make a build is published here with some 
additional info: https://github.com/Temtaime/d_builds
And the builds are going here: https://d.acomirei.ru/

It doesn't require any dependency at all - just download it, 
extract somewhere, add «bin» to PATH and use dmd, dub, dustmite 
from your command prompt without worrying about installing MSVC 
build tools or something else.

Project is in beta state, something may be not working correctly, 
so feel free to report bugs or something else.


More information about the Digitalmars-d-announce mailing list