A graphical tool using Appimagetool for turning compiled Xojo Linux programs into the extremely portable and compatible AppImage!
-
If you enjoy my work Send a thank you tip on Gumroad!
Download the app image or archive (unzip the archive) and then run, or learn how to build it yourself below. Then place the path of the main Xojo executable in the executable field and the icon path in the icon field and hit the run button. Instantly and appimage should be generated!
Made with Xojo (Which is free for Linux!) Once you have the IDE downloaded, open the project and you will need to add the dependancies to the asset folder in the editor, these are all included in the repo, it should look something like this:
run the program via the IDE to make sure any issues are resolved and then hit build in the IDE if everything clears. Done!
You can contribute to XojoToAppImage by:
- submit changes from your Fork of XojoToAppImage
- submit issues if you run into a error or want a feature
- request to become a Contributor
- Click the Fork button at the top.
- Make your changes.
- Push your changes back to GitHub.
- Create a "Pull Request" for your changes.
I'll review pull requests when I can!
Frankly, this is all still new to me so we'll see how it goes!
If you actively submit good changes, I'll probably make you a Contributor so that I don't have to process all your pull requests.
Should all be included in the program but if for some reason it doesn't run, try installing these via apt:
- libunwind8
- libsoup 2.4 (minimum)
- libwebkit2gtk
- libiodbc
For using Xojo and the IDE dependancies look here: Xojo Requirements Page
Released under GPLv2 by Always Offline Software.