[Tested On]
CentOS Linux release 7.4.1708 (Core) x64I performed these steps :
# yum group list
The required compilers are available in the "Development Tools" package which you will find under the Available Groups:
To proceed with the installation, execute the following command:
# yum --setopt=group_package_types=mandatory,default,optional groupinstall "Development Tools"
This will basically install "all" packages under the Development Tools which I prefer to avoid any dependencies issues later on.
No comments:
Post a Comment