On Friday, 4 December 2015 at 19:15:57 UTC, ZombineDev wrote:
The myproj/dub.json file contains:
{
"name": "myproj",
"description": "A minimal D application.",
"copyright": "Copyright © 2015, ubuntu",
"authors": ["ubuntu"],
"dependencies": {
"derelict-sdl2": "1.9.7"
}
}
Instead of ubuntu, it will probable display the username of your
machine.
To build this sample application with DUB you need
to run only the following command:
dub
Assuming that you're inside the folder myproj. Otherwise you'll
need to run:
dub --root=./myproj