#Client for latest version of ubuntu
1 messages · Page 1 of 1 (latest)
have I been compiling it wrong this entire time?
anyway, which version of ubuntu do you consider to be the "latest", we provide downloads for 24.04, if you are on 25.10 you will have to compile or simply use the flatpak
compilation instructions are here https://github.com/Cockatrice/Cockatrice/wiki/Compiling-Cockatrice-(Linux)
to make sure it does work I just tested it on a fresh image, compiling works perfectly fine on the new 25.10
The dependencies are not found, when tried to install them manually OS says it’s not installable.
Also. A dockerfile to compile the client would allow us to use a specific Ubuntu image and then export the final binary through volume to the host machine.
that's exactly how our build system works right now
I will give a try this flatpack
we make binaries for ubuntu 22.04 and 24.04
in our automated build system
which version of ubuntu are you using?
25.04
how would using a docker image help specifically you?
I may have understood it wrong. But isn’t the current dockerfile building only the server of cocatrice?
I see only one dockerfile in the root directory
that one makes a server yes
So where can I find a Dockerfile to compile the client?
you don't need a dockerfile to compile the client
I don't understand why you need one
did you click the link I sent
Never mind. Thanks.