https://github.com/appimagecrafters/appimage-runtime
Statically linked runtime for AppImages
https://github.com/appimagecrafters/appimage-runtime
Last synced: 2 months ago
JSON representation
Statically linked runtime for AppImages
- Host: GitHub
- URL: https://github.com/appimagecrafters/appimage-runtime
- Owner: AppImageCrafters
- License: lgpl-2.1
- Created: 2022-05-03T17:54:23.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-12T15:37:53.000Z (about 3 years ago)
- Last Synced: 2025-01-16T20:45:01.379Z (4 months ago)
- Language: C
- Size: 66.4 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# appimage-runtime
Statically linked runtime for AppImages
# build
```shell
cmake -DCMAKE_TOOLCHAIN_FILE=cmake/toolchains/x86_64-linux-musl.cmake .
make
```# Tested Systems
The following list contains systems where the runtime has been proved.
- Ubuntu (x86_64): 14.04, 16.04, 18.04, 20.04, 22.04
- Debian (x86_64): 10, 11
- Centos (x86_64): 7
- Fedora (x86_64): 31, 32
- Linux Mint (x86_64): 19.3
- Manjaro (x86_64): 19.0.2, 21.2.6
- openSUSE (x86_64): 15.1
- Archlinux