Rate This Document
Findability
Accuracy
Completeness
Readability

Installing GCC and CMake

Procedure

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