open README with utf-8 and add gcc-8 (#3867)

This commit is contained in:
Nikita Titov
2018-11-07 01:53:33 +03:00
committed by Philip Hyunsu Cho
parent 20d5abf919
commit 1bf4083dc6
2 changed files with 5 additions and 1 deletions

View File

@@ -25,6 +25,9 @@ if echo "${OSTYPE}" | grep -q "darwin"; then
elif which g++-7; then
export CC=gcc-7
export CXX=g++-7
elif which g++-8; then
export CC=gcc-8
export CXX=g++-8
elif which clang++; then
export CC=clang
export CXX=clang++