Created
September 16, 2019 10:18
-
-
Save Yang03/70d91dfeaabb32541498a6e9514b8853 to your computer and use it in GitHub Desktop.
centos update gcc
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
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