Installing the Dependencies
Procedure
- Use PuTTY to log in to the server as the root user.
- 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
- Perform the verification.
gcc --version cmake --version make --version
If the correct version is displayed, the installation is successful.
Parent topic: Configuring the Compilation Environment