From faf2ecd3c8fafea7ac627d88421d87a69666fd32 Mon Sep 17 00:00:00 2001 From: Uwe Rathmann Date: Thu, 28 Dec 2023 17:26:24 +0100 Subject: [PATCH] docs updated --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fe3abc94..070079fe 100644 --- a/README.md +++ b/README.md @@ -32,12 +32,12 @@ But so far only Linux is actively tested. It might support all versions Qt >= 5.15, but you can rely on: - Qt 5.15 -- current long term supported ( LTS ) version of Qt +- current long term supported ( LTS ) version of Qt ( at the moment Qt 6.5.x ) - current version of Qt -On debian bullseye these packages need to be installed: `build-essential -qt-qmake qtbase5-dev qtbase5-private-dev qtdeclarative5-dev -qtdeclarative5-private-dev libqt5svg5-dev`. +On debian bullseye these packages need to be installed for Qt5: `build-essential +qtbase5-dev qtbase5-private-dev qtdeclarative5-dev qtdeclarative5-private-dev libqt5svg5-dev`. +For Qt6 you need the corresponding ones. > Optional: When enabling the `hunspell` feature the following package needs to be installed: `libhunspell-dev`