Provide steps to remove the GCC 7 PPA after installing

killerkalamari 2018-03-16 18:38:33 -07:00
parent 54c3c3370b
commit 93e82cace6

@ -15,6 +15,11 @@ The following instructions install `cmake` to `~/cmake`:
sudo apt-get update
sudo apt-get install gcc-7 g++-7
Remove the PPA (optional):
sudo add-apt-repository --remove ppa:jonathonf/gcc-7.1
sudo apt-get update
### Other prerequisites
sudo apt-get install build-essential git libcurl4-openssl-dev libqt5opengl5-dev libsdl2-dev libssl-dev qtbase5-dev wget xorg-dev