01-29-2022, 06:38 AM
(12-12-2021, 12:54 PM)arno_nuehm Wrote:(12-09-2021, 07:34 PM)TRS-80 Wrote: Are you still on Bullseye (Debian Stable)?
A quick search of Debian packages shows that's the latest supported version in that release.
Thanks for your answer.
I'm on Bookworm and all the versions following 0.8.1 are not working.
I had the same issue and was dying without cog. Building latest from source got it going again.
- uninstall existing cog version (sudo apt remove cog)
- checkout latest version from https://github.com/Igalia/cog (git clone "https://github.com/Igalia/cog.git")
- install dependencies (sudo apt install cmake build-essential pkg-config libcairomm-1.0-dev libwayland-client++0 libinput-dev libgbm-dev libdrm-dev libepoxy-dev libwayland-dev libwpewebkit-1.0-dev libsoup2.4-dev libgio3.0-cil-dev libgio2.0-cil-dev libwpebackend-fdo-1.0-dev )
- build and install:
- cd cog
- cmake .
- make
- make install