Installing System Dependencies
Use yum sources to install the base software on which the system depends, including GCC/G++.
- Use PuTTY to log in to the server as the root user.
- Install the system dependencies.
yum install tar make gcc-c++
Parent topic: Configuring the Compilation Environment