From b7a8aad37f16773a87a43c0bb0b8bd5e64890011 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Thu, 15 Dec 2016 22:11:50 +0000 Subject: [PATCH] Specify more clearly that we need an up to date C++ stdlib as well --- README.asciidoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.asciidoc b/README.asciidoc index 5f89138f..ea4a0793 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -99,7 +99,8 @@ Building Kakoune dependencies are: - * A C++11 compliant compiler (GCC >= 5 or clang >= 3.4) + * A C\+\+11 compliant compiler (GCC >= 5 or clang >= 3.4) along with its + associated C\+\+ standard library (libstdc\+\+ or libc\+\+) * boost (>= 1.50) * ncurses with wide-characters support (>= 5.3, generally referred to as libncursesw) * asciidoc (for the `a2k` tool), to generate man pages