Skip to content

Instantly share code, notes, and snippets.

@sdmoko
Created August 22, 2017 04:35
Show Gist options
  • Save sdmoko/8020a1ae3fe10478f0acded6261702a5 to your computer and use it in GitHub Desktop.
Save sdmoko/8020a1ae3fe10478f0acded6261702a5 to your computer and use it in GitHub Desktop.
gcc5 centos7
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