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