Update README for C++14 requirement

This commit is contained in:
Maxime Coste 2017-07-19 11:44:00 +02:00
parent 5ccf18d772
commit 15a3d39b79

View File

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