Installing GCC and CMake
Procedure
- Use PuTTY to log in to the server as the root user.
- Install GCC and CMake.
yum install gcc-c++ yum install cmake
- Perform the verification.
gcc -v cmake -version
Parent topic: Configuring the Compilation Environment
yum install gcc-c++ yum install cmake
gcc -v cmake -version