Update README
This commit is contained in:
parent
5d6beed590
commit
de85b0fda5
|
@ -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::
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue