Hi!
I'm currently trying to run the game on Debian 9, 64-bits edition. Sadly, the game won't launch because of missing libraries.
When executing ./runner in a terminal, at first I had the following error.
./runner: error while loading shared libraries: libopenal.so.1: cannot open shared object file: No such file or directory
I fixed this by installing the libopenal:i386 package. But now, I have a new missing library
./runner: error while loading shared libraries: libcrypto.so.1.0.0: cannot open shared object file: No such file or directory
Sadly, the libssl1.0.0 doesn't seem to be still available in Debian repository.