Skip to content

Instantly share code, notes, and snippets.

@Yang03
Created September 16, 2019 10:18
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 Yang03/70d91dfeaabb32541498a6e9514b8853 to your computer and use it in GitHub Desktop.
Save Yang03/70d91dfeaabb32541498a6e9514b8853 to your computer and use it in GitHub Desktop.
centos update gcc
yum install -y centos-release-scl
yum install -y devtoolset-8-gcc devtoolset-8-gcc-c++
source /opt/rh/devtoolset-8/enable
gcc -v
vi .bashrc
```
source /opt/rh/devtoolset-8/enable
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment