num18: Dear community,
I am trying to understand how the linux game executables from gog can be installed and run. I have been unable to find instructions on the site or google and became frustrated. I downloaded a test games (lure of the temptress) which was a single .sh file. I do not know what to do with this file, should I just mark it executable and run it? Do I need another executable (I have seen something like start.sh)? If so, where can I find that?
If I have missed some linux games FAQ or instructions, please redirect me to it. I have been searching for two days without luck. Thanks in advance!
Mentioning what distribution you're on might help but the easiest way would probably be to right click on the file, select properties, tick the "execute" box in the permissions tab, apply and then double click on the file to run it. Another simple way would be to open a terminal (usually ctrl+alt+T will do that or run it from the menu), navigate to the folder you downloaded the installer at using the cd command, then run "sudo chmod +x filename.sh" if you're on Ubuntu/Mint or Debian followed by "./filename.sh". Of course no quotes and change filename to the actual filename.
:)