From 04cd92786917e4dd6f3ff1abfbbc85b32c8000b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Geis?= Date: Thu, 25 Nov 2021 21:27:10 +0100 Subject: [PATCH] readme: update build instructions --- README.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.asciidoc b/README.asciidoc index 492dc024..d3d4a1ef 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -103,8 +103,8 @@ Building Kakoune dependencies are: - * A {cpp}17 compliant compiler (GCC >= 8 or clang >= 6) along with its - associated {cpp} standard library (libstdc{pp} or libc{pp}) + * A {cpp}20 compliant compiler (GCC >= 10 or clang >= 11) along with its + associated {cpp} standard library (libstdc{pp} >= 10 or libc{pp}) To build, just type *make* in the src directory. To generate man pages, type *make man* in the src directory.