Skip to content

Instantly share code, notes, and snippets.

@ehzawad
Created February 24, 2016 13:59
Show Gist options
  • Save ehzawad/34713aee515f2f1c7242 to your computer and use it in GitHub Desktop.
Save ehzawad/34713aee515f2f1c7242 to your computer and use it in GitHub Desktop.
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get install 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
@ehzawad
Copy link
Author

ehzawad commented Feb 24, 2016

C++14 standard compiler installation In LINUX...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment