Update documentation #1343
-
Can you update documentation how to build AppImage v3 with static tools, runtime and other things for non-glibc system like @chimera-linux |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
There is no "AppImage v3". If you use appimagetool from https://github.com/AppImage/appimagetool/releases rather than from https://github.com/AppImage/AppImageKit/releases, then you will get the static runtime. Some higher-level tools (such as linuxdeployqt) use appimagetool internally; those tools will need to be updated to use the new appimagetool. However, if you want to create an AppImage that can run on non-glibc systems (or build the ingredients for an AppImage on a non-glibc system), then you need to bundle everything inside the AppImage. Tools like go-appimage's appimagetool can do that. |
Beta Was this translation helpful? Give feedback.
-
Just for the record, AppImage/docs.appimage.org#102 updates the documentation to go over the different AppImage versions, including the new static runtime and its differences to the old dynamic runtime. |
Beta Was this translation helpful? Give feedback.
Just for the record, AppImage/docs.appimage.org#102 updates the documentation to go over the different AppImage versions, including the new static runtime and its differences to the old dynamic runtime.