From 78e269101009931d5feabc5ac0ddb17544e82093 Mon Sep 17 00:00:00 2001 From: Daniel Monteiro Date: Fri, 10 Apr 2020 04:11:46 +0200 Subject: [PATCH 1/2] Missing component on README for Ubuntu 20.04 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a027a97..b544f595 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ To build Birdtray from source, you would need the following components: - Qt 5.6 or higher with "x11extras-dev" or "x11extras-devel" module installed (it is usually NOT installed by default); - sqlite3 (i.e. libsqlite3-dev or libsqlite3-devel) -On Debian you need to install the following packages: ``qt5-default libsqlite3-dev libqt5x11extras5-dev qttools5-dev`` +On Debian you need to install the following packages: ``qt5-default libsqlite3-dev libqt5x11extras5-dev qttools5-dev libx11-xcb-dev`` On OpenSuSE you need to install ``libqt5-qtbase-devel libqt5-qtx11extras-devel sqlite3-devel`` From 2474f6313db5bc3ff3562dc3cbd962b9a9f82bec Mon Sep 17 00:00:00 2001 From: Daniel Monteiro Date: Sat, 11 Apr 2020 04:25:18 +0200 Subject: [PATCH 2/2] Update README.md Co-Authored-By: Abestanis --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 11a9ca70..35c9a340 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ To build Birdtray from source, you would need the following components: - Cmake - Qt 5.6 or higher with "x11extras-dev" or "x11extras-devel" module installed (it is usually NOT installed by default); -On Debian you need to install the following packages: ``qt5-default libsqlite3-dev libqt5x11extras5-dev qttools5-dev libx11-xcb-dev`` +On Debian you need to install the following packages: ``qt5-default libqt5x11extras5-dev qttools5-dev libqt5svg5-dev libx11-xcb-dev`` On OpenSuSE you need to install ``libqt5-qtbase-devel libqt5-qtx11extras-devel libqt5-qtsvg-devel``