Updated README with new Qt version

This commit is contained in:
Nav
2022-07-13 22:40:56 +01:00
parent afaf56ef5c
commit e30030c017

View File

@@ -76,7 +76,7 @@ sudo add-apt-repository ppa:ondrej/php;
sudo apt-get install php8.0-cli php8.0-xml; 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 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): 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: #### Notes on compiling:
- If CMake fails to find the Qt packages, you may need to tell it where to look: - 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 - 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) 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 - Use the build directory build/cmake-build-release, when generating the build system for the release build as it's