Updated Building for Ubuntu 16.04 (markdown)

Weiyi Wang 2018-04-06 13:24:04 +03:00
parent 3085cf6f53
commit 0d0b10ce2d

@ -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