February 27, 2016
Hello.
I'm trying to install DCD on windows 8.1 using DUB but I get an error.

When executing "dub build --build=release --config=client" I get the following error:
=> Root package dcd contains reference to invalid package libdparse >=0.5.0 <0.6.0 <=


February 27, 2016
On Saturday, 27 February 2016 at 10:16:53 UTC, Minas Mina wrote:
> Hello.
> I'm trying to install DCD on windows 8.1 using DUB but I get an error.
>
> When executing "dub build --build=release --config=client" I get the following error:
> => Root package dcd contains reference to invalid package libdparse >=0.5.0 <0.6.0 <=

run the build.bat file located in the repository, you'll be more lucky, but take care to run "git submodule update --init --recursive" before (if not already done of course).