Skip to content

Instantly share code, notes, and snippets.

@tairov
Created May 26, 2016 20:30
Show Gist options
  • Save tairov/8e46761acdc97b6bea0d08ea1bf528b1 to your computer and use it in GitHub Desktop.
Save tairov/8e46761acdc97b6bea0d08ea1bf528b1 to your computer and use it in GitHub Desktop.
adding alternatives, ubuntu
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.8 60 --slave /usr/bin/g++ g++ /usr/bin/g++-4.8
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.9 40 --slave /usr/bin/g++ g++ /usr/bin/g++-4.9
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-5 20 --slave /usr/bin/g++ g++ /usr/bin/g++-5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment