mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-22 11:00:05 +00:00
Updated Building for Ubuntu 16.04 (markdown)
parent
3085cf6f53
commit
0d0b10ce2d
@ -11,13 +11,13 @@ The following instructions install `cmake` to `~/cmake`:
|
||||
|
||||
### GCC 7
|
||||
|
||||
sudo add-apt-repository ppa:jonathonf/gcc-7.1
|
||||
sudo add-apt-repository ppa:jonathonf/gcc
|
||||
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 add-apt-repository --remove ppa:jonathonf/gcc
|
||||
sudo apt-get update
|
||||
|
||||
### Other prerequisites
|
||||
|
Loading…
Reference in New Issue
Block a user