From 81b30e05ec8c8c144a433479b6bc9169ab7a977f Mon Sep 17 00:00:00 2001 From: Sayed Nayab Basha <6679112+ItsNayabSD@users.noreply.github.com> Date: Sat, 16 Sep 2023 11:31:15 +0530 Subject: [PATCH] Update dependencies for Ubuntu 22.04, Debian Bookworm --- Build-Instructions-(Linux).md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Build-Instructions-(Linux).md b/Build-Instructions-(Linux).md index 024b2ee..5e56e31 100644 --- a/Build-Instructions-(Linux).md +++ b/Build-Instructions-(Linux).md @@ -8,6 +8,10 @@ Let's start by grabbing the correct dependencies for the most popular distros: --- + # Ubuntu 22.04, Debian Bookworm and above + + sudo apt install build-essential qmlscene qt5-qmake qtbase5-dev qtdeclarative5-dev qml-module-qtquick-controls2 qml-module-qtgraphicaleffects qml-module-qtquick-dialogs qml-module-qtquick-localstorage qml-module-qtquick-window2 qml-module-qt-labs-settings qml-module-qt-labs-folderlistmodel qtquickcontrols2-5-dev + # Ubuntu, Debian Jessie and above sudo apt install build-essential qmlscene qt5-qmake qt5-default qtdeclarative5-dev qml-module-qtquick-controls2 qml-module-qtgraphicaleffects qml-module-qtquick-dialogs qml-module-qtquick-localstorage qml-module-qtquick-window2 qml-module-qt-labs-settings qml-module-qt-labs-folderlistmodel qtquickcontrols2-5-dev