Updated Compile in Windows (markdown)

master
srcejon 2024-10-20 10:38:52 +01:00
rodzic 85099d06c9
commit 39c84e6c6e
1 zmienionych plików z 1 dodań i 1 usunięć

@ -1,7 +1,7 @@
## Prerequisites
* Install Visual Studio 2022 with Desktop development for C++ and MFC (Community edition is free - https://visualstudio.microsoft.com/vs/community/)
* Install Qt 5.15.2 or 6.7+ (including optional Qt Charts and Qt WebEngine and Qt StateMachine for 6.7+) for MSVC 2019 64-bit (https://www.qt.io/download-open-source)
* Install Qt 5.15.2 or 6.7+ (including optional Qt Charts WebEngine for 5.15.2 and Qt Charts, StateMachine, Qt5Compat, Location, Multimedia, Positioning, SerialPort and Speech for 6.7+) for MSVC 2019 64-bit (https://www.qt.io/download-open-source)
* Install Boost (https://www.boost.org/users/download/)
* Install ninja (https://ninja-build.org/) - May also be installed with Qt
* Install cmake (https://cmake.org/download/) - May also be installed with Visual Studio or Qt