Skip to content

Instantly share code, notes, and snippets.

@ibogun
Created March 19, 2016 01:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ibogun/be0dca6c2ec9c576594e to your computer and use it in GitHub Desktop.
Save ibogun/be0dca6c2ec9c576594e to your computer and use it in GitHub Desktop.
ubuntu 14.04 gcc = gcc-4.9
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get install g++-4.9
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.9 60 --slave /usr/bin/g++ g++ /usr/bin/g++-4.9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment