From 36c752694ffab31b2c74737601cac3691da1675f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lie?= <17030764+mojitaurelie@users.noreply.github.com> Date: Fri, 13 Jan 2023 12:06:15 +0100 Subject: [PATCH] Update Ubuntu command in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index edbc2b6..1be3c30 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Wrote with Qt 6 Open Source : [Download](https://www.qt.io/download-open-source) You need to install Qt 6.2.4 dependencies ```sh -sudo apt install libqt6widgets6 libqt6gui6 libqt6core5compat6 libqt6core5compat6 libqt6core6 libqt6dbus6 +sudo apt install libxcb1 libxcb-xinerama0 libqt6widgets6 libqt6gui6 libqt6core5compat6 libqt6core5compat6 libqt6core6 libqt6dbus6 qt6-qpa-plugins ``` ### To run on Wayland