Skip to content

Instantly share code, notes, and snippets.

@MortalKastor
Created September 16, 2021 10:06
Show Gist options
  • Save MortalKastor/79c6cbc2081dec8af620a935425752d8 to your computer and use it in GitHub Desktop.
Save MortalKastor/79c6cbc2081dec8af620a935425752d8 to your computer and use it in GitHub Desktop.
GCC 4.8 on Ubuntu 18.04 Bionic Beaver
sudo apt install g++-4.8
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.8 100 --slave /usr/bin/g++ g++ /usr/bin/g++-4.8
sudo update-alternatives --install /usr/bin/cpp cpp /usr/bin/cpp-4.8 100
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment