Want to Contribute to us or want to have 15k+ Audience read your Article ? Or Just want to make a strong Backlink?

Install CMake on Windows – DEV Community

I’m engaged on a challenge which require me to construct and compile MariaDB database. To construct MariaDB, CMake is required. CMake will first confirm on which working system, it’s being run, then it should create andor copy the suitable directories, recordsdata on the working system.



CMake

It’s an open supply software program below the BSD-3-Clause license. C++ compiler is required to run CMake construct system. CMake is used within the software program improvement business for construct automation, testing, packaging and set up of software program.

CMake shouldn’t be a construct system, it creates the construct system recordsdata for different working techniques, which incorporates assist for listing hierarchy.

Let’s set up CMake on home windows.



Obtain the code

https://cmake.org/download/

Select executable from the record
At the moment, the present model is 3.26.0

https://github.com/Kitware/CMake/releases/download/v3.26.0/cmake-3.26.0-windows-x86_64.msi



Set up CMake from the executable

Step 1 Double click on on the downloaded executable file

Step 2 Comply with the directions on the display

cmake_installation_windows_step_2

Alert : Be sure so as to add CMake to the PATH

cmake_installation_windows_step_3

cmake_installation_windows_step_4

cmake_installation_windows_step_5

cmake_installation_windows_step_6

cmake_installation_windows_step_7

Step 2 Be sure CMake is put in on the system

Reboot your Machine.

# Command 
the place cmake
# Output
C:Program FilesCMakebincmake.exe
Enter fullscreen mode

Exit fullscreen mode

CMake is correctly put in in your system.

Disclaimer: I’ve been engaged on a challenge which require me to put in, configure, troubleshoot varied packages on a number of Working system. Should you discover any difficulty, please attain out to me.

Add a Comment

Your email address will not be published. Required fields are marked *

Want to Contribute to us or want to have 15k+ Audience read your Article ? Or Just want to make a strong Backlink?