Document that we now require GCC7 and/or C++17 features.

This commit is contained in:
Tim Allen 2019-01-03 20:43:08 +11:00
parent 1fd6d983da
commit cac3858f65
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ using the Git source-code management tool,
or by clicking the download button on the right-hand side of the web-page
and choosing an archive format.
You will also need GCC 4.9 or higher,
You will also need GCC 7 or higher,
including the C and C++ compiler,
GNU Make,
and development files

View File

@ -50,7 +50,7 @@ using the Git source-code management tool,
or by clicking the download button on the right-hand side of the web-page
and choosing an archive format.
You will need a C++ compiler to compile higan.
You will need a C++ compiler that supports C++17 to compile higan.
We recommend installing the latest version of [MinGW-W64].
higan does not support building with clang++
(Clang is still not quite there yet for Windows)