Mono-D/Xamarin - No dub file?

Dmitry via Digitalmars-d-ide digitalmars-d-ide at puremagic.com
Wed Mar 4 20:31:56 PST 2015


On Sunday, 8 February 2015 at 10:35:45 UTC, Gan wrote:
> I created a new D language project in Xamarin with the D 
> language binding. I've been making a project and am at the 
> point where I want to add a dub library.
>
> It says to add:
> "dependencies": {
> 		"dbox": ">=0.0.7-alpha"
> 	}
>
> in the dub file but my project wasn't created with a dub file. 
> How do I include the dependency?

Create new project via dub, like
dub init projectname
and then open it in Xamarin (you need select dub.json)


More information about the Digitalmars-d-ide mailing list