I'm using Linux Mint Debian Edition 5 (LMDE5). This is a Debian 11 derivative distro.
When I try to launch ZeldaNSQ (on the command line), I get an error message about not being able to find the library libSDL_gfx.so.13. Here's how I solved adding that.
Code: Select all
sudo apt install libsdl-gfx1.2-5 libsdl-mixer1.2
Code: Select all
cd /usr/lib/x86_64-linux-gnu/
sudo ln -s libSDL_gfx.so.15 libSDL_gfx.so.13
