digitalmars.D.learn - How build DCD on Windows?
- Marcone (3/3) Jan 11 2021 Hi, Someone can Help me build exe dcd server and client on
- evilrat (9/12) Jan 11 2021 Are you serious?
- Imperatorn (3/15) Jan 12 2021 I agree, the information may not hard to find, but please be
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
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
On Tuesday, 12 January 2021 at 06:25:09 UTC, evilrat wrote:On Tuesday, 12 January 2021 at 00:35:41 UTC, Marcone wrote:I agree, the information may not hard to find, but please be respectful when answering anyway.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 12 2021