From 8192379a844ce18e5922754de22bb640fddb22c0 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sat, 2 Dec 2023 20:44:56 -0800 Subject: [PATCH] update INSTALL for Debian Bookworm Signed-off-by: Dirk Hohndel --- INSTALL | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL b/INSTALL index 529676a97..9405345a0 100644 --- a/INSTALL +++ b/INSTALL @@ -159,7 +159,7 @@ sudo zypper install git gcc-c++ make autoconf automake libtool cmake libzip-deve libqt5-qtconnectivity-devel libqt5-qtlocation-devel libcurl-devel \ bluez-devel libgit2-devel libmtp-devel -On Debian Buster this seems to work +On Debian Bookworm this seems to work sudo apt install \ autoconf automake cmake g++ git libbluetooth-dev libcrypto++-dev \ @@ -167,7 +167,7 @@ sudo apt install \ libqt5webkit5-dev libsqlite3-dev libssh2-1-dev libssl-dev libtool \ libusb-1.0-0-dev libxml2-dev libxslt1-dev libzip-dev make pkg-config \ qml-module-qtlocation qml-module-qtpositioning qml-module-qtquick2 \ - qt5-default qt5-qmake qtchooser qtconnectivity5-dev qtdeclarative5-dev \ + qt5-qmake qtchooser qtconnectivity5-dev qtdeclarative5-dev \ qtdeclarative5-private-dev qtlocation5-dev qtpositioning5-dev \ qtscript5-dev qttools5-dev qttools5-dev-tools libmtp-dev