ubuntu packages
I've tried both the last ubuntu packages and I get the message "error while loading shared libraries: libFLAC++.so.6" and so on. It seems that the software is looking for all the dev dependecies as listed in your install instructions. They're also quite outdated, eg. libflac++-dev provides libFLAC++.so.11 in Debian. Thanks
Do you have either Ubuntu22 or Ubuntu24? I think the packages will only work on those (exact) distributions — I build both of them in a Docker container for those distributions, with the requirement that Ubuntu provides. I'm actually not really sure how to release a package for e.g. Debian testing, since there the dependencies change quite often, so a package will be soon outdated. Any advise on how to do that?
I have no knowledge about it.