Hello, i'm new on linux. how i create the app? the download contain a bunch of files, no one executable
If you download again the Linux package there is the new binary (it has some minor fixed, so it is not proper a 2.1.9 version). If it still don't start, you should run it in console and see if there are some error messages. However if you want to compile the program yourself, download the source with: svn checkout https://svn.code.sf.net/p/xsidplay2/code/trunk xsidplay2-code
You missing the SDL library in your system (it is a dynamic library).
Depending from your system, it should be installed like:
sudo apt install libsdl1.2debian sudo pacman -S sdl sudo dnf install SDL
However I will try in weekend to produce a static build of the program (I did not know if this will work as the original xsidplay was full based onto dynamic linking)
thank you for helping me, i executed the command, here is the results (i'm using Zorin OS 18)
./xsidplay: /lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBC_2.38' not found (required by ./xsidplay)
`GLIBCXX_3.4.32' not found (required by ./xsidplay)
libSDL-1.2.so.0 => not found
libportaudio.so.2 => not found
libsidplayfp.so.6 => not found
libQt5Widgets.so.5 => not found
libQt5Gui.so.5 => not found
libQt5Core.so.5 => not found