Quick Installation of CMake on Windows

CMake is a cross-platform build system. Firstly I have to install CMake on my computer. Let's download it from the official page. My operating system is Windows 10, and according to this I will download Windows x64 ZIP archive folder from binary distributions:

Installation of CMake

After the download, I copied the folder inside to the CMake folder I created on the C disk. After that, copy the path of this folder like in the below:

path of cmake
Open the environment variables on Windows and choose Path from environment variables panel and click Edit button. After that a window will be appeared, click New button and paste this path to empty cell and click Ok button twice.

Open the commant prompt to check if CMake is successfully installed.
CMake

No comments:

Post a Comment