What system did you build this on? I'm using Ubuntu 18.10. After installing libsdl2_ttf-2.0 I get an error about a missing liblua.so.5.3. I have liblua 5.3 packages installed, but the file is called lublua.5.3.so on my system. So, I figure the difference is the distro or something.
Viewing post in Moon Commander jam comments
I found that Ubuntu needs the "libsdl2-ttf-2.0-0" package:
sudo apt install libsdl2-ttf-2.0-0
I tried using LD_PRELOAD on all of the Lua shared library objects and nothing matched. Preloading libraries looks like this:
LD_PRELOAD=/usr/lib/x86_64-linux-gnu/liblua5.3.so.0 ./mooncommander
I couldn't figure out how to run this game on my Ubuntu 18.10 variant.