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.

Reply via email to