From 874b72a63c53712f0b438495b82a8337984da2a6 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Thu, 2 Sep 2021 20:48:12 +1000 Subject: [PATCH] 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 --- README.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.asciidoc b/README.asciidoc index b4602a8f..aad46634 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -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.