Distribution of D apps

Adam D. Ruppe via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed Jan 20 09:44:02 PST 2016


By default, a binary compiled with D will have the standard 
library statically linked in, so all you need to distribute are 
other shared libs you choose to use (which might include curl btw 
if you use the std.net.curl functions).

But many .exes from D can be distributed alone and expected to 
work.


More information about the Digitalmars-d-learn mailing list