Here is where the game's files can be found: http://madgarden.net/junkz/files/eggnogg. I tried following the instructions here:How do I install a .tar.gz (or .tar.bz2) file? to install eggnog, but I could find an install file. How do I install it?
Asked
Active
Viewed 2,181 times
1 Answers
4
It seems that the game does not require installation.
- Extract the
eggnogg-linux.tar.gz - Open
eggnogg-linuxdirectory - Right-click on
eggnogg>Properties>Permissions> CheckAllow executing file as program
And it should run when double-clicked.
Nigenas
- 56
- 3
-
Additionally, since the game doesnt package it - some people might need to install SDL2 manually. E.g. `sudo apt-get install libsdl2-2.0-0` (you can use tab-completion to see what packages are available for your system). – Carolus Nov 05 '16 at 14:02