1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-11-24 07:53:41 +03:00
This commit is contained in:
Maxime Coste 2021-12-06 19:14:37 +11:00
commit 2f49c34a16

View File

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