Update the minimum version of gcc required to build

This commit is contained in:
Frank LENORMAND 2016-10-02 07:52:21 +03:00
parent ae50b3f089
commit a28f8f9577

View File

@ -99,7 +99,7 @@ Building
Kakoune dependencies are:
* A C++11 compliant compiler (GCC >= 4.8 or clang >= 3.4)
* A C++11 compliant compiler (GCC >= 5 or clang >= 3.4)
* boost (>= 1.50)
* ncurses with wide-characters support (>= 5.3, generally referred to as libncursesw)
* asciidoc (for the `a2k` tool), to generate man pages