From 39c84e6c6e51a64c2cbe9dbb8c2a4f50f61d79f2 Mon Sep 17 00:00:00 2001 From: srcejon <57259258+srcejon@users.noreply.github.com> Date: Sun, 20 Oct 2024 10:38:52 +0100 Subject: [PATCH] Updated Compile in Windows (markdown) --- Compile-in-Windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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