Distribution of D apps

W.J. via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Thu Jan 21 05:26:15 PST 2016


On Wednesday, 20 January 2016 at 16:01:11 UTC, 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

Hi,

On Linux you can use 'ldd' to print shared library dependencies.
On Windows you can use Dependency Walker.
On Mac there's likely a similar program.
Mind also that license terms for distributing libraries apply.




More information about the Digitalmars-d-learn mailing list