Rate This Document
Findability
Accuracy
Completeness
Readability

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 libX11
    yum install -y libX11-devel
  3. Perform the verification.
    gcc --version
    cmake --version
    make --version

    If the correct version is displayed, the installation is successful.