If you get this error on Linux Ubuntu:
./smalltrek.x86: error while loading shared libraries: libSDL2_mixer-2.0.so.0: cannot open shared object file: No such file or directory
You can install it with:
$ sudo apt install sagi libsdl2-mixer-2.0-0
(it’s an older version that was there in 2017)