From 9b101a510cabeb1cd0068d2c299965be29699c95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferenc=20G=C3=A9czi?= Date: Tue, 24 Oct 2023 00:00:06 +0000 Subject: [PATCH] [docs] Recommend the minimum geoclue version of 2.5.7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ferenc Géczi --- docs/INSTALL.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index a5f05ba4f5..69cdc26ee4 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -89,14 +89,19 @@ Install Cmake (**3.22.1** minimum), Boost, Qt 6 and other dependencies. Installing *ccache* can speed up active development. -_Ubuntu 20.04:_ +_Ubuntu 20.04 or older:_ -Because Ubuntu 20.04 only offers Qt 5, you need to add a PPA to get Qt 6. This will install Qt 6.2 but any other minor version should work as well. +Because Ubuntu 20.04 and older versions only offer Qt 5, you need to add a PPA to get Qt 6. This will install Qt 6.2 but any other minor version should work as well. ```bash sudo add-apt-repository -y ppa:savoury1/qt-6-2 ``` +Furthermore the minimum required `geoclue` version is `2.5.7` which is newer than, +what the official Ubuntu repositories contain for these two releases. +Newer `geoclue` packages [can also be found for example in the savoury1 PPA]( +https://launchpad.net/~savoury1/+archive/ubuntu/backports/+files/geoclue-2.0_2.5.7-3ubuntu1~20.04.sav0_amd64.deb) + _Ubuntu 20.04, 22.04:_ ```bash