From 6879d686a245deb6bdc0e0bdcb447f0d53003e53 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Sat, 21 Oct 2017 13:13:41 +0800 Subject: [PATCH] README: Bump the clang dependency to 3.9 --- README.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.asciidoc b/README.asciidoc index b5c82337..7e08b364 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -102,7 +102,7 @@ Building Kakoune dependencies are: - * A {cpp}14 compliant compiler (GCC >= 5 or clang >= 3.6) along with its + * A {cpp}14 compliant compiler (GCC >= 5 or clang >= 3.9) 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)