kopia lustrzana https://github.com/NanoVNA-Saver/nanovna-saver
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.pull/715/head
rodzic
9f0263bc33
commit
f7ceedc29c
|
@ -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
|
||||
|
|
Ładowanie…
Reference in New Issue