Skip to content

Instantly share code, notes, and snippets.

@spvkgn
Last active July 2, 2017 04:39
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 spvkgn/0e64d620bf5ef41f81cda115ffcff108 to your computer and use it in GitHub Desktop.
Save spvkgn/0e64d620bf5ef41f81cda115ffcff108 to your computer and use it in GitHub Desktop.
add gcc 4.9 alternative
#!/bin/sh
sudo apt install -y gcc-4.9 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