Update README

This commit is contained in:
Tatsuhiro Tsujikawa 2018-11-02 18:28:00 +09:00
parent 6c03bb142b
commit 15ff52f9fb
1 changed files with 2 additions and 2 deletions

View File

@ -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::