From 32a25f9b55680c09af0636d712a5e4fe6183a494 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lie?= <17030764+mojitaurelie@users.noreply.github.com> Date: Tue, 27 Dec 2022 12:31:41 +0100 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index b956e26..edbc2b6 100644 --- a/README.md +++ b/README.md @@ -1 +1,15 @@ # TaskBoard + +Wrote with Qt 6 Open Source : [Download](https://www.qt.io/download-open-source) + +## Prepare to use on linux +You need to install Qt 6.2.4 dependencies + +```sh +sudo apt install libqt6widgets6 libqt6gui6 libqt6core5compat6 libqt6core5compat6 libqt6core6 libqt6dbus6 +``` +### To run on Wayland + +```sh +sudo apt install qt6-wayland +```