Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 376 Bytes

CMAKE.md

File metadata and controls

14 lines (8 loc) · 376 Bytes

Install CMake

Linux, MacOS

On Linux/MacOs, use:

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

Windows

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