Created
August 22, 2017 04:35
-
-
Save sdmoko/8020a1ae3fe10478f0acded6261702a5 to your computer and use it in GitHub Desktop.
gcc5 centos7
This file contains 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
sudo yum install centos-release-scl | |
sudo yum install devtoolset-4-gcc* | |
scl enable devtoolset-4 bash | |
which gcc | |
gcc --version |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment