-
Notifications
You must be signed in to change notification settings - Fork 213
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support upstream projects in providing AppImages #29
Comments
qbittorent depends on libtorrent-rasterbar which depends on newer boost libraries - they are available in epel6, but I cannot make libtorrent-rasterbar see those boost libraries (boost148) |
Might be necessary to build all the special deps yourself? If they don't build it's probably best to seek help from the upstream project. Sometimes apps have higher build-time requirements than CentOS 6. |
KDEnlive is now provided as an AppImage: https://kdenlive.org/download/ Update: |
This ticket tracks issues of upstream projects interested in providing AppImages.
An AppImage is a distribution format for applications that can run anywhere without installation: Distribute your desktop Linux application in the AppImage format and win users running all common Linux distributions. Package once and run everywhere. Reach users on all major desktop distributions.
Note to upstream application authors: If your project appears in this list, it most likely means that AppImage has been suggested as a way to distribute your application. Please open an issue in this project if you are an upstream application developer requesting support for packaging your application as an AppImage.
Find details on AppImageKit here.
This repository contains some example
Recipe
files that show how to package applications as AppImages.Also, many projects are building on Travis CI using Qt; these could potentially be interested in providing AppImages of the build results.
Applications
Games
See our sister project, https://github.com/RazZziel/PortableLinuxGames
Other
The text was updated successfully, but these errors were encountered: