Created
March 23, 2020 06:09
-
-
Save foobra/1e34d0239618f523e32fbca4710219a8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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