Last active
November 4, 2018 01:32
-
-
Save rraallvv/139903635d1d9b08012aa0a9f689c194 to your computer and use it in GitHub Desktop.
install g++ 4.9.2 in Cent OS 6.5?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#sudo yum install devtoolset-3-gcc -y | |
#sudo yum install devtoolset-3-gcc-c++ -y | |
#sudo yum install centos-release-scl -y | |
sudo yum install devtoolset-3-toolchain -y | |
# add the line below to ~/.bash_profile | |
PATH=/opt/rh/devtoolset-3/root/usr/bin/:$PATH |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment