How I run the Linux version?
Viewing post in Wizard of Legend Kickstarter Demo comments
There should be a README included with the Linux version, but here are the instructions:
1. Unzip into a folder of your choice
2. Add run permissions to file:
chmod +x MuseumOfLegend.x86
chmod +x MuseumOfLegend.x86_64 (if on a 64 bit machine)
3. Start the game by running:
./MuseumOfLegend.x86
./MuseumOfLegend.x86_64 (if on a 64 bit machine)
4. Here is a pastebin of dependencies based on the output of ldd: