Rate This Document
Findability
Accuracy
Completeness
Readability

Installing GCC, CMake, and Git

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. Install GCC, CMake, and Git.
    yum install gcc-c++
    yum install cmake
    yum install git
  3. Perform the verification.
    gcc -v
    cmake --version
    git --version

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