INSTALL-MAC - Qt version clarification

[skip ci]
This commit is contained in:
Alejandro Martinez
2025-04-09 11:32:07 -03:00
parent 18cc30e0b0
commit 7974209107

View File

@@ -115,6 +115,17 @@ $ brew install Qt6
Follow the instructions to add Qt to PATH and test using:
$ qmake --version
You can also install Qt5 this currently, but if you want to install an specific
LTS version you need to download and install the Qt SDK from http://qt-project.org/
You can use a browser to download and run the interactive installer and select
a Qt version, in this case we used Qt 6.8.3, including at least the following modules:
- Desktop gcc 64-bit
- Additional Libraries
- Qt WebEngine under Extensions
Once this step is completed add the bin directory to PATH and test qmake is ok:
$ qmake --version
For v3.7 we are using both Qt 5.15 and Qt 6.8 LTS versions.
1.6 Install GSL and Bison
-------------------------