Re: How build DCD on Windows?

2021-01-12 Thread Imperatorn via Digitalmars-d-learn

On Tuesday, 12 January 2021 at 06:25:09 UTC, evilrat wrote:

On Tuesday, 12 January 2021 at 00:35:41 UTC, Marcone wrote:
Hi, Someone can Help me build exe dcd server and client on 
WIndows? Step by step? Becouse the informations disponible is 
very hard to undestand.


Are you serious?
It's on the first page of their repo under the Setup section
https://code.dlang.org/packages/dcd

just clone the repo, open it up in terminal and run the 
following. it will produce two separate binaries for client and 
server. Yes, that's all.


dub build --build=release --config=client
dub build --build=release --config=server


I agree, the information may not hard to find, but please be 
respectful when answering anyway.


Re: How build DCD on Windows?

2021-01-11 Thread evilrat via Digitalmars-d-learn

On Tuesday, 12 January 2021 at 00:35:41 UTC, Marcone wrote:
Hi, Someone can Help me build exe dcd server and client on 
WIndows? Step by step? Becouse the informations disponible is 
very hard to undestand.


Are you serious?
It's on the first page of their repo under the Setup section
https://code.dlang.org/packages/dcd

just clone the repo, open it up in terminal and run the 
following. it will produce two separate binaries for client and 
server. Yes, that's all.


dub build --build=release --config=client
dub build --build=release --config=server




How build DCD on Windows?

2021-01-11 Thread Marcone via Digitalmars-d-learn
Hi, Someone can Help me build exe dcd server and client on 
WIndows? Step by step? Becouse the informations disponible is 
very hard to undestand.