Thread overview
How build DCD on Windows?
Jan 12, 2021
Marcone
Jan 12, 2021
evilrat
Jan 12, 2021
Imperatorn
January 12, 2021
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.
January 12, 2021
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


January 12, 2021
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.