Skip to content

Instantly share code, notes, and snippets.

@rraallvv
Last active November 4, 2018 01:32
Show Gist options
  • Save rraallvv/139903635d1d9b08012aa0a9f689c194 to your computer and use it in GitHub Desktop.
Save rraallvv/139903635d1d9b08012aa0a9f689c194 to your computer and use it in GitHub Desktop.
install g++ 4.9.2 in Cent OS 6.5?
#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