Update README

This commit is contained in:
Tatsuhiro Tsujikawa 2019-01-21 23:03:10 +09:00
parent 5d6beed590
commit de85b0fda5
1 changed files with 4 additions and 2 deletions

View File

@ -145,8 +145,10 @@ minimizes the risk of private key leakage when serious bug like
Heartbleed is exploited. The neverbleed is disabled by default. To Heartbleed is exploited. The neverbleed is disabled by default. To
enable it, use ``--with-neverbleed`` configure option. enable it, use ``--with-neverbleed`` configure option.
In order to compile the source code, gcc >= 6.0 or clang >= 6.0 is Compiling libnghttp2 C source code requires a C99 compiler. gcc 4.8
required. C++ source code requires C++14 language features. is known to be adequate. In order to compile the C++ source code, gcc
>= 6.0 or clang >= 6.0 is required. C++ source code requires C++14
language features.
.. note:: .. note::