Building using CMake - Windows: Difference between revisions

Jump to navigation Jump to search
no edit summary
(→‎Jenkins Windows configurations: Removed the TerraGear Jenkins script for now, as this hasn't been built on Jenkins for 1 yr 8 mo now.)
No edit summary
Line 3: Line 3:
== Required software ==
== Required software ==
* [http://www.cmake.org CMake GUI]
* [http://www.cmake.org CMake GUI]
* [https://www.visualstudio.com/vs/visual-studio-express/ Microsoft Visual Studio 2015 Express] (MSVC)
* [https://www.visualstudio.com/vs/visual-studio-express/ Microsoft Visual Studio 2015 Express] (MSVC). The C++ compiler will not be installed by default. You either choose this component during installation or after installation by starting MSVS and try to create a new C++ project. Also make sure to have the component "C++ Foundation Classes" marked. These are also required.
* [http://www.microsoft.com/en-us/download/details.aspx?id=8279 Microsoft Windows SDK] (only required for 64-bit builds)
* [http://www.microsoft.com/en-us/download/details.aspx?id=8279 Microsoft Windows SDK] (only required for 64-bit builds)
: If you get an error during the installation of the SDK, try uninstalling MSVC redist packages first, then installing the SDK without compilers and then finally re-installing MSVC.
: If you get an error during the installation of the SDK, try uninstalling MSVC redist packages first, then installing the SDK without compilers and then finally re-installing MSVC. According to the authors experience it is important to have a clean installation of both the SDK and MSVC. Ignoring any errors during installation might lead to annoying problems later. So (un)installing until there are no more complaints is worth the time.
* Qt5 for the [[Integrated Qt5 Launcher]] (optional as of 03/2015)
* [http://download.qt.io/archive/qt/5.6/5.6.2/ Qt5] for the [[Integrated Qt5 Launcher]] (optional as of 03/2015)


== Obtaining source ==
== Obtaining source ==
183

edits

Navigation menu