Update INSTALLATION.md

Added libxcb-cursor-dev to correct startup error:
Could not load the Qt platform plugin "xcb" in "" even though it was found.
...and its resulting core dump.
main
t52ta6ek 2024-06-27 18:14:50 +02:00 zatwierdzone przez Holger Müller
rodzic 9f0263bc33
commit f7ceedc29c
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -58,11 +58,11 @@ or
`make rpm` builds an (untested) rpm package that can be installed on your system the usual way.
## Ubuntu 20.04 / 22.04
## Ubuntu 20.04 / 22.04 / 24.04
1. Install python3 and pip
sudo apt install python3 python3-pip
sudo apt install python3 python3-pip libxcb-cursor-dev
python3 -m venv ~/.venv_nano
. ~/.venv_nano/bin/activate
pip install -U pip