Windows
- Make sure Python 2.7 is installed (add automatically to PATH so
pip
is found)
- Install conan, in console:
- For test to give reasonable output, set the environment variable
CTEST_OUTPUT_ON_FAILURE
to 1
- Install/Update CMake to a recent version. Make sure to add CMake to Path while installing. At least
3.10
is required.
- Install Visual Studio 2017 Community
- Make sure to configure it for c++ Desktop-Programming
- Add at least the following packages:
Windows Universal CRT SDK
Windows 8.1 SDK
- (Any other packages that must be there? Add here!)
- To setup Clangformat (recommended) see Clang Wiki-Page
- Use CMake (beware that the first time it could take very long since all dependecies are downloaded through conan)
- Before cloning the ''git-repo'' make sure to have lfs (Download Windows Installer) installed