Building (and including libraries) without dub

Adam D. Ruppe via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sat Aug 26 05:45:31 PDT 2017


On Saturday, 26 August 2017 at 09:03:03 UTC, Hasen Judy wrote:
> Building simple programs without dub is easy, just pass a list 
> of .d source files to `dmd` or `ldc2`.
>
> What if I want to include a 3rd party library?

It is also easy, just pass the list of its d source files to the 
compiler as well. Quite trivial, really.


More information about the Digitalmars-d-learn mailing list