How does one install packages globally, and how can I write programs that use the third-party packages without being wrapped in a dub file?
I'm just getting in to D , coming from a C and Python background.
I've had a play with DUB and adding packages to my project, but
it seems like there should be a way to install packages so they
can be used in any D program I compile without creating a whole
package. For example in Python you can just go "pip install abc"
and then any script can use abc.
- How do I install a package glob... Trevor via Digitalmars-d-learn
- Re: How do I install a pac... Paul Backus via Digitalmars-d-learn
- Re: How do I install a pac... Christian Köstlin via Digitalmars-d-learn
- Re: How do I install a... Trevor via Digitalmars-d-learn
- Re: How do I insta... bachmeier via Digitalmars-d-learn
- Re: How do I insta... Christian Köstlin via Digitalmars-d-learn
- Re: How do I insta... Jesse Phillips via Digitalmars-d-learn
- Re: How do I install a pac... Sergey via Digitalmars-d-learn