From 45995ad5725f40ecb1a5e937816703400453448a Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Tue, 22 Jan 2019 19:39:45 +1100 Subject: [PATCH] Update README regarding compiler compatibility --- README.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.asciidoc b/README.asciidoc index 36446f19..2b061275 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -103,7 +103,7 @@ Building Kakoune dependencies are: - * A {cpp}14 compliant compiler (GCC >= 5 or clang >= 3.9) along with its + * A {cpp}17 compliant compiler (GCC >= 7 or clang >= 5) along with its associated {cpp} standard library (libstdc{pp} or libc{pp}) * ncurses with wide-characters support (>= 5.3, generally referred to as libncursesw)