Portable Linux build (AppImage)
The AppImage packaging system, created by Simon Peter, allows binaries, libraries and resources to be included in a single file, permitting the release of executables that are portable across the majority of Linux distributions. Using this system it should be possible for the MuseScore developers to make an official MuseScore package for Linux available directly from the Downloads page, alongside the existing packages for Windows and Mac.
Comments
PR: https://github.com/musescore/MuseScore/pull/2362
Fixed in branch master, commit 767a95a9db
Fix #95541: Portable build for Linux (AppImage)
- Set share path relative to executable on Linux too
- Linux dependencies for portable AppImage
- Helper scripts for desktop integration
- Update man pages
Fixed in branch master, commit b42621bdf6
Merge pull request #2362 from shoogle/portable-linux-appimage
Fix #95541: Portable build for Linux (AppImage)
Fixed in branch 2.0.3, commit 2d7fb1ebab
Fix #95541: Portable build for Linux (AppImage)
- Set share path relative to executable on Linux too
- Linux dependencies for portable AppImage
- Helper scripts for desktop integration
- Update man pages
That was 64 bit, now PR for 32 bit: https://github.com/musescore/MuseScore/pull/2398
Fixed in branch master, commit 353f1c1e31
Build 32 bit AppImages (fix #95541 improvement)
Fixed in branch master, commit 52305b3bc2
Merge pull request #2398 from shoogle/portable-linux-32bit-appimage
Build 32 bit AppImages (fix #95541 improvement)
Fixed in branch 2.0.3, commit 3c636ecc66
Build 32 bit AppImages (fix #95541 improvement)
Automatically closed -- issue fixed for 2 weeks with no activity.
And, thanks to ericfontainejazz, PR for ARM (armhf) : https://github.com/musescore/MuseScore/pull/2491