Hi,
I want to make an AppImage for a free MIT open-source software I've been working on.
Currently the applications folder has a application resource folder, a source code folder, and a working makefile.
The application will not build on the users side unless the following dependencies are installed via a package manager:
- Make
- G++
- SDL2+dev
- SDL2_Image+dev
- SDL2_Mixer+dev
- SDL2_TTF+dev
The above is too cumbersome.
This is why I would like to make a cross-distro AppImage file.
Does anyone know of a simple step-by-step guide to make an AppImage?
Let me know here, thanks!
SS
You can download the application as it stands from Itch Indie developer site below:
https://teamjezxlee.itch.io/t-crisis
I want to make an AppImage for a free MIT open-source software I've been working on.
Currently the applications folder has a application resource folder, a source code folder, and a working makefile.
The application will not build on the users side unless the following dependencies are installed via a package manager:
- Make
- G++
- SDL2+dev
- SDL2_Image+dev
- SDL2_Mixer+dev
- SDL2_TTF+dev
The above is too cumbersome.
This is why I would like to make a cross-distro AppImage file.
Does anyone know of a simple step-by-step guide to make an AppImage?
Let me know here, thanks!
SS
You can download the application as it stands from Itch Indie developer site below:
https://teamjezxlee.itch.io/t-crisis
Comment