Explore >> Select a destination


You are here

gist.github.com
| | myme.no
12.2 parsecs away

Travel
| |
| | jamesmead.org
6.9 parsecs away

Travel
| |
| | willhaley.com
10.7 parsecs away

Travel
| | This is a trivial example not really utilizing all the benefits of the AppImage format. However, it can serve as a very basic blueprint. Prerequisites Install appimagetool from the latest release https://github.com/AppImage/AppImageKit/releases/tag/continuous. Download the appropriate version for your machine. curl -O -L https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage Make sure that appimagetool is installed as an executable that can be used as needed. sudo install --mode 0755 ./appimagetool-x86_64.AppImage /usr/local/bin/appimagetool Program Before dealing with the AppImage create the program that should be bundled in the image. In this case create a basic C app in a file named whatever.c.
| | gist.github.com
25.9 parsecs away

Travel
| GitHub Gist: instantly share code, notes, and snippets.