Skip to content

Instantly share code, notes, and snippets.

@foobra
Created March 23, 2020 06:09
Show Gist options
  • Save foobra/1e34d0239618f523e32fbca4710219a8 to your computer and use it in GitHub Desktop.
Save foobra/1e34d0239618f523e32fbca4710219a8 to your computer and use it in GitHub Desktop.
sudo add-apt-repository ppa:ubuntu-toolchain-r/test && sudo apt update && sudo apt-get install -y gcc-9 g++-9
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-9 900 && sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-9 900
sudo apt-get install -y git cmake libgles2-mesa-dev libbz2-dev liblzma-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment