Require GCC 8 or later
We hit some compiler bugs around C++17 support and at this point in time it does not seem worth it to try to work around GCC 7 issues. Closes #4318
This commit is contained in:
parent
b841f3a214
commit
874b72a63c
|
@ -105,7 +105,7 @@ Building
|
|||
|
||||
Kakoune dependencies are:
|
||||
|
||||
* A {cpp}17 compliant compiler (GCC >= 7 or clang >= 6) along with its
|
||||
* A {cpp}17 compliant compiler (GCC >= 8 or clang >= 6) along with its
|
||||
associated {cpp} standard library (libstdc{pp} or libc{pp})
|
||||
|
||||
To build, just type *make* in the src directory.
|
||||
|
|
Loading…
Reference in New Issue
Block a user