Update README.md

This commit is contained in:
Kleuter 2024-04-03 11:40:58 +02:00 committed by GitHub
parent 62fabe341d
commit 197da8ca95
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,3 +28,7 @@ QMAKE_LFLAGS += "-stdlib=libc++"
### Windows ### Windows
On Windows you need [VS2019 Community Edition](https://visualstudio.microsoft.com/downloads/) and [Perl](https://strawberryperl.com/). QtNetwork module is compiled using openssl-3.0.13 which is pre-compiled but once you delete the folder, it will be compiled again. On Windows you need [VS2019 Community Edition](https://visualstudio.microsoft.com/downloads/) and [Perl](https://strawberryperl.com/). QtNetwork module is compiled using openssl-3.0.13 which is pre-compiled but once you delete the folder, it will be compiled again.
### Qt 6
We currently have a build script only for Windows (VS2019).