Dub and what it does
Jacob Carlborg
doob at me.com
Mon Dec 23 01:57:03 PST 2013
On 2013-12-23 10:52, Jacob Carlborg wrote:
> You need to add a package.json file to your project.
>
> http://code.dlang.org/package-format
I accidentally sent the above message too soon.
You either need to explicitly set the target type[1] to "executable" or
make sure your project works with "autodetect". Add the GtkD package as
a dependency[2].
[1] http://code.dlang.org/package-format#target-types
[2] http://code.dlang.org/package-format#build-settings
--
/Jacob Carlborg
More information about the Digitalmars-d-learn
mailing list