From dde223d2ac927993a7f84f2cc832f34d14a32de7 Mon Sep 17 00:00:00 2001 From: Marco Dalla Tiezza Date: Wed, 12 Jun 2024 21:20:18 +0200 Subject: [PATCH] Updated documentation --- {ENV_deploy => devel/env_script}/start_linux.sh | 0 {ENV_deploy => devel/env_script}/start_windows.bat | 0 docs/installation.md | 10 ++++++++-- 3 files changed, 8 insertions(+), 2 deletions(-) rename {ENV_deploy => devel/env_script}/start_linux.sh (100%) rename {ENV_deploy => devel/env_script}/start_windows.bat (100%) diff --git a/ENV_deploy/start_linux.sh b/devel/env_script/start_linux.sh similarity index 100% rename from ENV_deploy/start_linux.sh rename to devel/env_script/start_linux.sh diff --git a/ENV_deploy/start_windows.bat b/devel/env_script/start_windows.bat similarity index 100% rename from ENV_deploy/start_windows.bat rename to devel/env_script/start_windows.bat diff --git a/docs/installation.md b/docs/installation.md index 453352a..e1649a5 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -12,8 +12,14 @@ --- ## :simple-linux: Linux -1. Download `Artemis-Linux-x86_64-4.x.x.tar` in the Assets menu from the [:material-download: LATEST RELEASE](https://github.com/AresValley/Artemis/releases) and extract the tarball archive in a folder of your choice. -2. Before running `app.bin`, be sure to have the executable permissions to the binary file with: +1. On Linux, the xcb plugin is utilized to supply the essential functionality required for Qt GUI and Qt Widgets to operate on [X11](https://doc.qt.io/qt-6/linux-requirements.html). On some Linux distributions the required dependencies are already met, but in many cases, you will need to install them. To install the dependencies use: + + ``` + sudo apt install libxcb-cursor0 + ``` + +2. Download `Artemis-Linux-x86_64-4.x.x.tar` in the Assets menu from the [:material-download: LATEST RELEASE](https://github.com/AresValley/Artemis/releases) and extract the tarball archive in a folder of your choice. +3. Before running `app.bin`, be sure to have the executable permissions to the binary file with: ``` chmod 700 app.bin