www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - How build DCD on Windows?

reply Marcone <marcone email.com> writes:
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.
Jan 11 2021
parent reply evilrat <evilrat666 gmail.com> writes:
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
Jan 11 2021
parent Imperatorn <johan_forsberg_86 hotmail.com> writes:
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.
Jan 12 2021