# appimage-runtime **Repository Path**: rustlab/appimage-runtime ## Basic Information - **Project Name**: appimage-runtime - **Description**: No description available - **Primary Language**: C - **License**: LGPL-2.1 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-14 - **Last Updated**: 2024-04-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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