mirror of
https://github.com/mawww/kakoune.git
synced 2025-04-16 11:17:44 +02:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue