From 93e82cace60444c46054f0dccc9025a00dc97dc6 Mon Sep 17 00:00:00 2001 From: killerkalamari Date: Fri, 16 Mar 2018 18:38:33 -0700 Subject: [PATCH] Provide steps to remove the GCC 7 PPA after installing --- Building-for-Ubuntu-16.04.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Building-for-Ubuntu-16.04.md b/Building-for-Ubuntu-16.04.md index e47a25d..12503a0 100644 --- a/Building-for-Ubuntu-16.04.md +++ b/Building-for-Ubuntu-16.04.md @@ -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