2,135
edits
(Update links to GitLab) |
(→Required software: QT6) |
||
| Line 6: | Line 6: | ||
== Required software == | == Required software == | ||
* [https://cmake.org/download/ CMake for Windows]. Download and install the Windows Win64-x64 Installer. | * [https://cmake.org/download/ CMake for Windows]. Download and install the Windows Win64-x64 Installer. | ||
* [https://visualstudio.microsoft.com/downloads/ Microsoft Visual Studio 2022] (MSVC). The Community version is free. There is no need for the premium versions; none of their features are required to build FlightGear. The C++ compiler will not be installed by default. You either choose this component during installation or after installation by starting MSVC and trying to create a new C++ project. The one to download is "Desktop Development with C++". Make sure to have the latest version of the Windows SDK for your Windows version and the C++ Compiler checked. As of | * [https://visualstudio.microsoft.com/downloads/ Microsoft Visual Studio 2022] (MSVC). The Community version is free. There is no need for the premium versions; none of their features are required to build FlightGear. The C++ compiler will not be installed by default. You either choose this component during installation or after installation by starting MSVC and trying to create a new C++ project. The one to download is "Desktop Development with C++". Make sure to have the latest version of the Windows SDK for your Windows version and the C++ Compiler checked. As of 8/5/2025, the option to select is "MSVC 2022 64-bit". | ||
* [https://www.qt.io/download-open-source/ | * [https://www.qt.io/download-open-source/ Qt6] for the [[Integrated Qt Launcher]]. Download the online installer to install and choose the latest version of Qt. Leave the default Developer and Designer Tools selection - these are needed for coding and compiling. Otherwise, here is [https://www.qt.io/offline-installers Offline Qt Downloads] for the optional offline-installer versions of Qt. | ||
* [https://git-scm.com/download/win Git] to keep your build up to date. It also simplifies downloads of components. Optional, but can't recommend it enough! | * [https://git-scm.com/download/win Git] to keep your build up to date. It also simplifies downloads of components. Optional, but can't recommend it enough! | ||
edits