How to build GUI-based applications in D ?

Dukc via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Mon Aug 7 11:56:58 PDT 2017


> thank you aberba
>
> ok, so this is useless to me.
> i want something fully functional stand-alone tools.
> i have no internet connection there.

Don't worry, DlangUI is stand-alone: you only need the connection 
to download it, but not to use it nor to compile with. Dub will 
function without connection if you have already downloaded the 
needed dependencies.

If you have no connection at all for the device you develop with, 
you can use dub add-local to register a package you have fetched 
manually.


More information about the Digitalmars-d-learn mailing list