Update Debian/Ubuntu build instructions

Tento commit je obsažen v:
Albert S. 2024-07-21 10:25:41 +02:00
rodič ef9ab30372
revize 877fb3b61a

Zobrazit soubor

@ -76,7 +76,7 @@ To build on Ubuntu and Debian, clone the repo and then run:
```
git submodule init
git submodule update
sudo apt install build-essential qtbase5-dev libqt5sql5-sqlite libpoppler-qt5-dev libuchardet-dev libquazip5-dev
sudo apt install build-essential qt6-base-dev libqt6sql6-sqlite libpoppler-qt6-dev libuchardet-dev libquazip1-qt6-dev
qmake
make
```