How do I install a library?
aberba
karabutaworld at gmail.com
Sat Nov 10 20:04:21 UTC 2018
On Thursday, 8 November 2018 at 23:51:39 UTC, bachmeier wrote:
> On Thursday, 8 November 2018 at 23:43:38 UTC, Murilo wrote:
>
>> It finally worked, but I can't just compile it normally, I
>> have to use dub run, I wish it were something simple that I
>> just download into the folder and then use an import statement
>> and then compile it like any other program. I wish it were as
>> simple as using std.stdio for example.
>
> Unfortunately your stuck with Dub if you want to use D. It's an
> awful experience compared to Python and other scripting
> languages, so I understand what you're saying, but most people
> around here think Dub is the way to go.
Stop bashing dub. Its completely fine for me. I don't get what OP
mean by "simple" but:
dub init
add package name
dub run
... doesn't look "not simple" to me.
More information about the Digitalmars-d-learn
mailing list