diff --git a/Compile-in-Windows.md b/Compile-in-Windows.md index 049af45..73c846e 100644 --- a/Compile-in-Windows.md +++ b/Compile-in-Windows.md @@ -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