Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document Dependencies for Executing AppImage #628

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions scripts/linux/install.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
Loading