Drawpile icon indicating copy to clipboard operation
Drawpile copied to clipboard

How to build drawpile-cli

Open f2d opened this issue 3 years ago • 0 comments

Is it possible currently?

I tried to build 2.2.0b3 source code from https://drawpile.net/download/#Beta on Linux Ubuntu Server 22.04.1. I used my old build script which ultimately comes down to cmake .. -D<args> && make command to build all possible binaries. I tried various -D<args>, which did not help. Result was always only the drawpile client with symlink and the drawpile-srv server standalone. I found no instructions about building drawpile-cli on the site or in the source code (with text search in all files).

As an aside, I also built version 2.1.20 with the same script/command on the same system, which gave expected 4 binaries (client, srv, drawpile-cmd and dprectool).

I also tried to build 2.0.11, as for 2.0 I only had 2.0.10 binaries lying around from my old server backup. This failed completely with error, and no executables in result.

My overall idea is to run multiple versions (e.g. 2.2 + 2.1 + 2.0 if possible) on different ports on single VPS. I'm still in process of patching my service/archive scripts to allow that.

f2d avatar Aug 22 '22 13:08 f2d