mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-22 18:20:05 +00:00
Provide steps to remove the GCC 7 PPA after installing
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
|
||||
|
Loading…
Reference in New Issue
Block a user