dub: how to reference a compiled package
mahdi via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Thu Feb 25 04:15:42 PST 2016
Hi,
Suppose I have a package `mypack` in `~/mypack`. I run `dub`
command on this package and have the compiled `mypack` file (OS
is Linux).
Now I am working on my project. I know how to use the source-code
of `mypack` package in the project but what if I only have the
compiled binary? How can I reference and use the modules of the
compiled `mypack`?
(I looked into the DUB homepage and it's Getting Started page but
could not find anything).
More information about the Digitalmars-d-learn
mailing list