From 1d6476d32959d47ff3340c5b9ec9951f0d7497ff Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Sun, 6 Mar 2022 10:03:00 +1100 Subject: [PATCH] Document the GCC >= 10.3 instead of just >= 10 requirement --- README.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.asciidoc b/README.asciidoc index d3d4a1ef..9c94cc89 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -103,7 +103,7 @@ Building Kakoune dependencies are: - * A {cpp}20 compliant compiler (GCC >= 10 or clang >= 11) along with its + * A {cpp}20 compliant compiler (GCC >= 10.3 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.