From de85b0fda592934a64886ba6a584424b777e97ac Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Mon, 21 Jan 2019 23:03:10 +0900 Subject: [PATCH] Update README --- README.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 7320d456..aab76fd4 100644 --- a/README.rst +++ b/README.rst @@ -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 enable it, use ``--with-neverbleed`` configure option. -In order to compile the source code, gcc >= 6.0 or clang >= 6.0 is -required. C++ source code requires C++14 language features. +Compiling libnghttp2 C source code requires a C99 compiler. gcc 4.8 +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::