PHP verses C#.NET verses D.

Nick Sabalausky via Digitalmars-d digitalmars-d at puremagic.com
Fri Jun 19 08:31:19 PDT 2015


On 06/19/2015 07:28 AM, Etienne Cimon wrote:
>
> The dub.json uses relative paths though while I'm developing. You're
> free to adjust the file and try it,

You may want to consider just using dub's (add|remove)-local for that 
instead. You can rip those "path" elements out of dub.json completely, 
then just do:

$ dub add-local ../botan
$ dub add-local ../libasync

And it will use those paths on your machine only, without mucking up the 
dub.json.

Then when you're done (or if you want to change paths):

$ dub remove-local ../botan
$ dub remove-local ../libasync



More information about the Digitalmars-d mailing list