Rate This Document
Findability
Accuracy
Completeness
Readability

Installing CMake

This section describes how to install CMake using the yum source. After the installation is complete, check whether the installed software version is the correct one.

  1. Use PuTTY to log in to the server as the root user.
  2. Install CMake.
    yum install cmake
  3. Verify the installation.
    cmake --version

    The installation is successful if the following information is displayed:

    cmake version 3.22.0