From 15ff52f9fb26e0c97adaef4f2a6ea1cabec814ff Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Fri, 2 Nov 2018 18:28:00 +0900 Subject: [PATCH] Update README --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index b111ef31..7320d456 100644 --- a/README.rst +++ b/README.rst @@ -145,8 +145,8 @@ 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 >= 4.8.3 or clang >= 3.4 is -required. +In order to compile the source code, gcc >= 6.0 or clang >= 6.0 is +required. C++ source code requires C++14 language features. .. note::