Open stfnp opened 5 years ago
AppRun: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version 'GLIBCXX_3.4.22' not found
. Please see https://github.com/AppImage/AppImageKit/wiki/Creating-AppImages#libstdcso6.
Can the latest AppImage be downloaded somewhere? I'd like to re-run the test. Thanks.
The latest version doesn't have an AppImage anymore unfortunately. I split the application into three independent executables that invoke each other and also can be used independently on their own. But I couldn't figure out how to achieve that with an AppImage (without sacrificing some of its advantages or having a different user experience than the other packages/platforms). So I decided to drop it for now, even though I really like the format and its simplicity.
Would it be possible to make three AppImages?
That would be possible, but then each of those AppImages would have to "know" about the others, because the three components also invoke each other. So the AppImages couldn't be just placed anywhere and executed, they would have to be "installed" somehow. That's what I meant with sacrificing the advantages of the format.
I see... maybe doing what ImageMagick is doing would be feasible? They have one AppImage but you can symlink to it under the names of the individual binaries:
https://github.com/ImageMagick/ImageMagick/blob/master/AppRun
In GitLab by spfeifer on Dec 14, 2018, 10:58
https://github.com/AppImage/appimage.github.io/pull/590
The AppImage now builds on Ubuntu 14.04 (see issue #96), so it should be possible to get the next release included.