Hi Cesar! I've downloaded your game and I'm trying to get it working on Debian Bullseye, but it tells me that a shared library is missing:
./The_Lost_Mines: error while loading shared libraries: libsndio.so.7: cannot open shared object file: No such file or directory
I have installed the `libsndio7.0` package but it doesn't have the exact shared library that the binary expects, that is `libsndio.so.7`:
$ ls -l /usr/lib/x86_64-linux-gnu/libsndio* lrwxrwxrwx 1 root root 15 1 nov. 2018 /usr/lib/x86_64-linux-gnu/libsndio.so -> libsndio.so.7.0 -rw-r--r-- 1 root root 59616 1 nov. 2018 /usr/lib/x86_64-linux-gnu/libsndio.so.7.0
Is it an incompatibility between linux distros? I see that you also provide a folder with libraries, but this isn't included either