From a28f8f95778843cd51bff2acd5680b3c53b5d49d Mon Sep 17 00:00:00 2001 From: Frank LENORMAND Date: Sun, 2 Oct 2016 07:52:21 +0300 Subject: [PATCH] Update the minimum version of `gcc` required to build --- README.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.asciidoc b/README.asciidoc index f45d4c25..a20530a8 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -99,7 +99,7 @@ Building Kakoune dependencies are: - * A C++11 compliant compiler (GCC >= 4.8 or clang >= 3.4) + * A C++11 compliant compiler (GCC >= 5 or clang >= 3.4) * boost (>= 1.50) * ncurses with wide-characters support (>= 5.3, generally referred to as libncursesw) * asciidoc (for the `a2k` tool), to generate man pages