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 zlib* yum install -y libarchive
- Verify the dependencies.
gcc --version cmake --version
If a version number is displayed in the command output, the installation is successful.
Parent topic: Configuring the Compilation Environment