Skip to content

Instantly share code, notes, and snippets.

@liuyanghejerry
Created December 1, 2014 04:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save liuyanghejerry/c7b474a32f94bcdead6a to your computer and use it in GitHub Desktop.
Save liuyanghejerry/c7b474a32f94bcdead6a to your computer and use it in GitHub Desktop.
gcc-4.8.2 centos
# http://superuser.com/questions/381160/how-to-install-gcc-4-7-x-4-8-x-on-centos
cd /etc/yum.repos.d
wget http://people.centos.org/tru/devtools-2/devtools-2.repo
yum --enablerepo=testing-devtools-2-centos-6 install devtoolset-2-gcc devtoolset-2-gcc-c++
scl enable devtoolset-2 bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment