Re: DUB and lib curl (-lcurl)

2018-01-08 Thread rikki cattermole via Digitalmars-d-learn
On 09/01/2018 5:42 AM, Tony wrote: I am on Ubuntu 16.04. I was looking at Getting Started with DUB: http://code.dlang.org/getting_started I did the "dub init myproject" and it worked fine. Then I added dependency: ' dependency "dub" version="~>1.3.0" ' as shown in the next step. This got an er

DUB and lib curl (-lcurl)

2018-01-08 Thread Tony via Digitalmars-d-learn
I am on Ubuntu 16.04. I was looking at Getting Started with DUB: http://code.dlang.org/getting_started I did the "dub init myproject" and it worked fine. Then I added dependency: ' dependency "dub" version="~>1.3.0" ' as shown in the next step. This got an error: -