Re: Opening dub packages in Mono-D

2014-10-01 Thread Phil via Digitalmars-d-learn
mm... is your 'project' a dub package itself? if not, convert it to dub and add it to dependency section in your dub package. then you will be able to open your fresh created project using mono-d with all its dependencies, a bonus you will be able to generate visuald project files too. ther

Re: Opening dub packages in Mono-D

2014-09-30 Thread evilrat via Digitalmars-d-learn
On Tuesday, 30 September 2014 at 21:47:01 UTC, Phil wrote: I'm trying to use Mono-D, but can't work out how to do simple things. I've tried looking for tutorials but this http://wiki.dlang.org/Mono-D is all I could find. I want to reference Pegged from a Mono-D project. I can't add its packag

Opening dub packages in Mono-D

2014-09-30 Thread Phil via Digitalmars-d-learn
I'm trying to use Mono-D, but can't work out how to do simple things. I've tried looking for tutorials but this http://wiki.dlang.org/Mono-D is all I could find. I want to reference Pegged from a Mono-D project. I can't add its package.json as a project to my solution as I'm told that this fi