mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-08-11 04:54:24 +02:00
Document that we now require GCC7 and/or C++17 features.
This commit is contained in:
@@ -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
|
||||
|
@@ -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)
|
||||
|
Reference in New Issue
Block a user