Install g++7 on Ubuntu 16.04

Fangrui Song 2018-08-23 09:28:30 -07:00
parent 75ebe1c566
commit 3e1d6b3676

@ -32,6 +32,7 @@ Additional notes: If your `libstdc++` is too old (no C++17 header files) or have
* Linux with `gcc < 7` but `clang >= 5`, `cmake -H. -BRelease -DCMAKE_CXX_COMPILER=clang++`
Debian: `apt install zlib1g-dev`
Install g++-7 on Ubuntu 16.04: https://gist.github.com/jlblancoc/99521194aba975286c80f93e47966dc5
`-DUSE_SHARED_LLVM=on` (optional) makes linked executable smaller.