From 70aa2378f12601e47f829f8063d3bd0d2045fddf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferenc=20G=C3=A9czi?= Date: Wed, 31 Jul 2024 00:00:15 +0000 Subject: [PATCH] [docs] Document new minimum Qt version 6.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit As a consequence of https://github.com/organicmaps/organicmaps/pull/8177#issuecomment-2116304430 Signed-off-by: Ferenc Géczi --- docs/INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 6426c4f1bb..400ce234b3 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -127,7 +127,7 @@ sudo apt update && sudo apt install -y \ | CMake | `3.22.1` | `20.04` and older | Install newer `cmake` from [PPA](https://apt.kitware.com/) or from `snap`
with `sudo snap install --classic cmake` | | FreeType | `2.13.1` | `22.04` and older | Install newer `libfreetype6` and `libfreetype-dev` from [PPA](https://launchpad.net/~reviczky/+archive/ubuntu/freetype) | | GeoClue | `2.5.7` | `20.04` and older | Install newer `geoclue-2.0` from [PPA](https://launchpad.net/~savoury1/+archive/ubuntu/backports) | -| Qt 6 | `6.2.0` | `20.04` and older | Add [PPA](https://launchpad.net/~savoury1/+archive/ubuntu/qt-6-2) and [install packages](#fully-supported-versions) | +| Qt 6 | `6.4.0` | `22.04` and older | Build and install Qt 6.4 manually | ```bash