www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - Trouble installing DCD on Windows

reply Minas Mina <minas_0 hotmail.co.uk> writes:
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 <=
Feb 27 2016
parent BBasile <b2.temp gmx.com> writes:
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).
Feb 27 2016