yum install centos-release-scl-rh
yum install devtoolset-3-gcc devtoolset-3-gcc-c++
To use the updated tools, start a new shell using the scl
command:
scl enable devtoolset-3 bash
More information on the SCL from CentOS and from Red Hat
yum install centos-release-scl-rh
yum install devtoolset-3-gcc devtoolset-3-gcc-c++
To use the updated tools, start a new shell using the scl
command:
scl enable devtoolset-3 bash
More information on the SCL from CentOS and from Red Hat