Skip to content

Instantly share code, notes, and snippets.

@njleonzhang
Created October 13, 2022 13:31
Show Gist options
  • Save njleonzhang/3227698cd0801d456a7133de9f974b66 to your computer and use it in GitHub Desktop.
Save njleonzhang/3227698cd0801d456a7133de9f974b66 to your computer and use it in GitHub Desktop.
upgrade gcc/g++ on centos 7.6
refer: https://blog.csdn.net/chen134225/article/details/109856696
yum install centos-release-scl
yum list dev\*gcc
yum install devtoolset-8-gcc devtoolset-8-gcc-c++
echo "source /opt/rh/devtoolset-8/enable" >> ~/.zshrc
. ~/bashrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment