Document the GCC >= 10.3 instead of just >= 10 requirement

This commit is contained in:
Maxime Coste 2022-03-06 10:03:00 +11:00
parent d95d351cbe
commit 1d6476d329

View File

@ -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.