From e30030c0173fcf75d5620f5830255c56186a7159 Mon Sep 17 00:00:00 2001 From: Nav Date: Wed, 13 Jul 2022 22:40:56 +0100 Subject: [PATCH] Updated README with new Qt version --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2e4191c7..40d4faa0 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ sudo add-apt-repository ppa:ondrej/php; sudo apt-get install php8.0-cli php8.0-xml; ``` -#### Qt Version 6.1.2 or later +#### Qt Version 6.2.4 or later It's best to install this via the Qt installer: https://www.qt.io/download You may also need to install mesa-common-dev and libglu1-mesa-dev (Qt dependencies): @@ -93,7 +93,7 @@ sudo nano /usr/lib/x86_64-linux-gnu/qt-default/qtchooser/default.conf #### Notes on compiling: - If CMake fails to find the Qt packages, you may need to tell it where to look: -`export CMAKE_PREFIX_PATH=/path/to/Qt-installation/6.1.2/gcc_64/` +`export CMAKE_PREFIX_PATH=/path/to/Qt-installation/6.2.4/gcc_64/` - Use the build directory build/cmake-build-debug, when generating the build system for the debug build as it's already gitingored. (You'll have to create it) - Use the build directory build/cmake-build-release, when generating the build system for the release build as it's