Windows
MSVC
Download latest Build Tools for Visual Studio 2019 online installer and install C++ build tools.
CMake
Download and install CMake. Make sure to add CMake to the system PATH.
Git
Download and install Git.
Last updated
Download latest Build Tools for Visual Studio 2019 online installer and install C++ build tools.
Download and install CMake. Make sure to add CMake to the system PATH.
Download and install Git.
Last updated
# Path might be different on newer versions
C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29910\bin\Hostx64\x64\cl.exe
> Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29924 for x64cmake --version
> cmake version 3.22.1git --version
> git version 2.30.2.windows.1