Updated Building for Ubuntu 16.04 (markdown)
parent
3085cf6f53
commit
0d0b10ce2d
1 changed files with 2 additions and 2 deletions
|
@ -11,13 +11,13 @@ The following instructions install `cmake` to `~/cmake`:
|
||||||
|
|
||||||
### GCC 7
|
### 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 update
|
||||||
sudo apt-get install gcc-7 g++-7
|
sudo apt-get install gcc-7 g++-7
|
||||||
|
|
||||||
Remove the PPA (optional):
|
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
|
sudo apt-get update
|
||||||
|
|
||||||
### Other prerequisites
|
### Other prerequisites
|
||||||
|
|
Loading…
Reference in a new issue