我要评分
获取效率
正确性
完整性
易理解

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 
    CMake suite maintained and supported by Kitware (kitware.com/cmake).