Linux distribution #100
Replies: 2 comments 3 replies
-
Flatpak seems to be the least controversial "bundling" method overall, but of course the best solution is distro-specific packages (which don't have to be made by you!). On that topic, I made an AUR "package" (unofficial script to build and install from upstream sources): https://aur.archlinux.org/packages/kemai-git (it's my first one!) And one issue I had was that CMake really wanted to install header files for the "fetched" dependencies globally (which would conflict with actual packages providing those). Thankfully there is a flag to force it to FindPackage instead of Fetch, but I wonder if there's a better way to deal with this on the upstream side. |
Beta Was this translation helpful? Give feedback.
-
I will look at Flatpak, however I am considering providing a .deb for the last debian (or Ubuntu) @virtulis, thanks you for the AUR package :) Which flags are you talking about ? |
Beta Was this translation helpful? Give feedback.
-
AppImage is used to distribute kemai on Linux. It seems to be a good idea but several issues with AppImage / Qt / SSL / libc makes me reconsider this.
I do not want to support several packaging method, so I have to explore available solutions.
3 votes ·
Beta Was this translation helpful? Give feedback.
All reactions