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
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
Alert : Be sure so as to add CMake to the PATH
Step 2 Be sure CMake is put in on the system
Reboot your Machine.
# Command
the place cmake
# Output
C:Program FilesCMakebincmake.exe
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.