Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 462 Bytes

CMAKE.md

File metadata and controls

15 lines (9 loc) · 462 Bytes

Install CMake

Linux, MacOS

sudo apt install cmake # replace 'apt' with your distro package manager

Windows

Download the latest version at this link and make sure to select the option "Add CMake to the system PATH for the current user" when asked by the installer.

Note

You may need to change the version of CMake specified in the main CMakeLists.txt file to match the version you just installed.