From 15a3d39b7950b5f9dc13e3f8ea816e534138ac17 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Wed, 19 Jul 2017 11:44:00 +0200 Subject: [PATCH] Update README for C++14 requirement --- README.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.asciidoc b/README.asciidoc index 0e13a1e9..09cdee48 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -102,7 +102,7 @@ Building Kakoune dependencies are: - * A {cpp}11 compliant compiler (GCC >= 5 or clang >= 3.4) along with its + * A {cpp}14 compliant compiler (GCC >= 5 or clang >= 3.5) along with its associated {cpp} standard library (libstdc{pp} or libc{pp}) * boost (>= 1.50) * ncurses with wide-characters support (>= 5.3, generally referred to as libncursesw)