Hi, I tried grabbing the staging/1.6.0 repo and building it, but after following the instructions in the README, supplemented by the notes from Vincent (I didn't see a reply to his question about adding this to the README):
$ libtoolize --force $ aclocal $ autoheader $ automake --force-missing --add-missing $ autoconf $ ./configure I get this error: configure: error: "libjpeg is required for writing jpeg messages" Do I need to pass something to configure for this option? I'm pretty sure it is installed: $ apt list --installed | grep libjpeg libjpeg-turbo-official/any,now 3.0.90-20240914 amd64 [installed] libjpeg-turbo8/jammy,now 2.1.2-0ubuntu1 amd64 [installed,automatic] libjpeg8/jammy,now 8c-2ubuntu10 amd64 [installed,automatic] Thanks!