Distribution of D apps
Rikki Cattermole via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Wed Jan 20 08:51:29 PST 2016
On 21/01/16 5:01 AM, Dibyendu Majumdar wrote:
> Hi,
>
> I am trying to understand the options for distributing a D app to users.
> My assumption is that only the shared libraries and binaries need to be
> distributed, and I need to include the D libraries. Is this correct?
>
> Thanks and Regards
> Dibyendu
Binaries such as such as shared libraries do indeed need to be packaged
in the distribution.
Static library files do not need to be distributed however.
More information about the Digitalmars-d-learn
mailing list