Lost a new commercial user this week :(
Vadim Lopatin via Digitalmars-d
digitalmars-d at puremagic.com
Thu Dec 18 03:50:45 PST 2014
On Thursday, 18 December 2014 at 11:00:43 UTC, Chris wrote:
> Very good! I tried it and couldn't clone the repo (permission
> denied). Downloaded the master zip instead, ran the above
> command and got this message (dmd v2.066.0 64bit Linux):
...
> Error executing command run: dmd failed with exit code 1.
>
> I'd really love to test your gui toolkit, something I've been
> dreaming of for a long time!
Sorry, 64bit build has been broken by recent changes.
Fixed in v0.1.5
Https should be used instead of SSH to clone repository.
git clone https://github.com/buggins/dlangui.git
cd dlangui
dub run dlangui:example1
More information about the Digitalmars-d
mailing list