Now I have placed my first AppImage of the Linux version of the game.
AppImage bundles the executable program with its data (game assets).
You can find more informations about AppImage on the following pages:
All you have to do is to download the file, change its mode to executable:
$ chmod a+x mki3dgame-x86_64.AppImage
and just run it:
$ ./mki3dgame-x86_64.AppImage
(If you do not care for text messages printed in the terminal, then you can also start the application by clicking on the executable file in a file manager.)
Also available on Bintray :
No comments:
Post a Comment