Skip to content

Instantly share code, notes, and snippets.

View gciruelos's full-sized avatar

Gonzalo Ciruelos gciruelos

View GitHub Profile
@gciruelos
gciruelos / gist:e378061eae84ffc47026e1aa286d2ad9
Created September 20, 2017 03:35
Instalar gcc 5 en ubuntu
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
# robado de: https://gist.github.com/beci/2a2091f282042ed20cda por si lo borra