From 877fb3b61a79498a387e8da84f9772a46add4a9f Mon Sep 17 00:00:00 2001 From: "Albert S." Date: Sun, 21 Jul 2024 10:25:41 +0200 Subject: [PATCH] Update Debian/Ubuntu build instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f257f26..6d06303 100644 --- a/README.md +++ b/README.md @@ -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 ```