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

Installing the Dependencies

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. Install the dependencies.
    yum install -y epel-release
    yum install -y gcc
    yum install -y gcc-c++
    yum install -y cmake
    yum install -y make
    yum install -y zlib*
    yum install -y libarchive
  3. Verify the dependencies.
    gcc --version
    cmake --version

    If a version number is displayed in the command output, the installation is successful.