I am developing an application that runs on Windows but not on Linux.
On Windows (MSYS2) pkg-config --modversion gtk+-3.0
returns 3.24.38
.
On Linux pkg-config --modversion gtk+-3.0
returns 3.24.33
.
I have tried sudo apt upgrade libgtk-3-dev
but that does nothing so I am looking for a way to install version GTK 3.24.38
published here .
I have found build instructions elsewhere but is that my only option?
libgtk-3-dev | 3.24.38-1ubuntu1 | mantic | amd64, arm64, armhf, i386, ppc64el, riscv64, s390x
) or you could use your own link too (ie. https://launchpad.net/ubuntu/+source/gtk+3.0/3.24.38-1ubuntu1) instead of my use of CLI enquiries... – guiverc Jul 28 '23 at 12:46