Installing GCC, CMake, and Git
Procedure
- Use PuTTY to log in to the server as the root user.
- Install GCC, CMake, and Git.
yum install gcc-c++ yum install cmake yum install git
- Perform the verification.
gcc -v cmake --version git --version
If the correct version is displayed, the installation is successful.
Parent topic: Configuring the Compilation Environment