Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

How I run the Linux version?

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:

http://pastebin.com/zFAkhp3G

Nice! Worked!