An open API service indexing awesome lists of open source software.

https://github.com/alwaysofflinesoftware/xojotoappimage

A tool for turning compiled Xojo Linux programs into the extremely portable and compatible AppImage!
https://github.com/alwaysofflinesoftware/xojotoappimage

appimage appimage-format graphical-user-interface packaging-tool

Last synced: 11 months ago
JSON representation

A tool for turning compiled Xojo Linux programs into the extremely portable and compatible AppImage!

Awesome Lists containing this project

README

          

# XojoToAppImage [![License](https://img.shields.io/badge/License-GPLv2-green)](#license)

A graphical tool using Appimagetool for turning compiled Xojo Linux programs into the extremely portable and compatible AppImage!

![image](https://github.com/user-attachments/assets/1c8bd7a7-dfc7-44de-886d-e4be4f952420)


If you enjoy my work Send a thank you tip on Gumroad!

## How to Use
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!

## How to Build
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:

![image](https://github.com/user-attachments/assets/faf7434e-2075-4724-9fe2-07aa0ec075d7)

run the program via the IDE to make sure any issues are resolved and then hit build in the IDE if everything clears. Done!

## How to contribute

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

### Forking XojoToAppImage

1. Click the Fork button at the top.
2. Make your changes.
3. Push your changes back to GitHub.
4. 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!

### Becoming a Contributor

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.

## Requirements
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

## License

Released under GPLv2 by Always Offline Software.