Update README regarding compiler compatibility

This commit is contained in:
Maxime Coste 2019-01-22 19:39:45 +11:00
parent 73023087f7
commit 45995ad572

View File

@ -103,7 +103,7 @@ Building
Kakoune dependencies are:
* A {cpp}14 compliant compiler (GCC >= 5 or clang >= 3.9) along with its
* A {cpp}17 compliant compiler (GCC >= 7 or clang >= 5) along with its
associated {cpp} standard library (libstdc{pp} or libc{pp})
* ncurses with wide-characters support (>= 5.3, generally referred to as libncursesw)