Skip to content

Instantly share code, notes, and snippets.

View zdr1976's full-sized avatar

zdr1976

View GitHub Profile
@zdr1976
zdr1976 / gcc 5 on ubuntu 14.04
Created May 3, 2016 09:17 — forked from beci/gcc 5 on ubuntu 14.04
use gcc 5.x on ubuntu 14.04
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get install gcc-5 g++-5
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-5 60 --slave /usr/bin/g++ g++ /usr/bin/g++-5