From 160ccc411a3b1116afd79d3f0099eb95fefbdf0f Mon Sep 17 00:00:00 2001 From: Michael Mayer Date: Wed, 12 Feb 2025 17:09:18 +0100 Subject: [PATCH] Document dependencies for executing AppImage --- scripts/linux/install.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/linux/install.md b/scripts/linux/install.md index a8bec04e..3822022e 100644 --- a/scripts/linux/install.md +++ b/scripts/linux/install.md @@ -1,11 +1,11 @@ # Installation of DLT Viewer on Linux # Requirements - Supported platforms - - Ubuntu 18.04 x86_64 and later. - - Most of modern desktop Linux distributions with **glibc >= 2.27**. + - Ubuntu 20.04 x86_64 and later. + - Most of modern desktop Linux distributions with **glibc >= 2.30**. - `ldd --version` - Administrator rights `sudo` are **not needed** -- No need to download and install C++ build tools, QT framework **or any other dependencies**, they are included in AppImage. +- `libfuse2`, `libharfbuzz0b` and `libsm6` must be installed. Other dependencies like Qt framework are included in the AppImage. # AppImage - AppImage files are simpler than installing an application. No extraction tools are needed, nor is it necessary to modify the operating system or user environment. Regular users on the common Linux distributions can download it, make it executable, and run it. [Wikipedia](https://en.wikipedia.org/wiki/AppImage)