Fix wording in previous commit

[skip ci]
This commit is contained in:
Alejandro Martinez
2025-04-09 20:58:59 -03:00
parent 7974209107
commit f44c7a0d4f

View File

@@ -115,16 +115,16 @@ $ brew install Qt6
Follow the instructions to add Qt to PATH and test using: Follow the instructions to add Qt to PATH and test using:
$ qmake --version $ qmake --version
You can also install Qt5 this currently, but if you want to install an specific You can also install Qt5 this way currently, but if you want to install other specific
LTS version you need to download and install the Qt SDK from http://qt-project.org/ Qt 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 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: a Qt version, including at least the following modules:
- Desktop gcc 64-bit - Desktop macOS
- Additional Libraries - Additional Libraries
- Qt WebEngine under Extensions - Qt WebEngine under Extensions
Once this step is completed add the bin directory to PATH and test qmake is ok: Once this step is completed add the bin directory to PATH and test qmake is ok:
$ qmake --version $ qmake --version
For v3.7 we are using both Qt 5.15 and Qt 6.8 LTS versions. For v3.7 we are using both Qt 5.15.2 and Qt 6.8.3 LTS versions.
1.6 Install GSL and Bison 1.6 Install GSL and Bison
------------------------- -------------------------