Skip to content

Instantly share code, notes, and snippets.

@satriahrh
Last active May 18, 2018 12:37
Show Gist options
  • Save satriahrh/1a9588067f8c1787432b35b2357c2b0d to your computer and use it in GitHub Desktop.
Save satriahrh/1a9588067f8c1787432b35b2357c2b0d to your computer and use it in GitHub Desktop.
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt install git -y
sudo apt-get install gcc-8 g++-8 -y
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-5 50 --slave /usr/bin/g++ g++ /usr/bin/g++-5
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-8 80 --slave /usr/bin/g++ g++ /usr/bin/g++-8
sudo update-alternatives --config gcc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment