From 32940702fc4b39f361fbed8fbf92d6250bef7aad Mon Sep 17 00:00:00 2001 From: Keshav Kini Date: Thu, 19 Oct 2017 18:03:26 -0700 Subject: Mention C++14 dependency in the manual. A couple makefiles in the sources have -std=c++14 in the CFLAGS. --- doc/manual/installation/prerequisites-source.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/manual/installation') diff --git a/doc/manual/installation/prerequisites-source.xml b/doc/manual/installation/prerequisites-source.xml index 7311e4885e74..49660c36e397 100644 --- a/doc/manual/installation/prerequisites-source.xml +++ b/doc/manual/installation/prerequisites-source.xml @@ -10,14 +10,14 @@ GNU Make. - A version of GCC or Clang that supports C++11. + A version of GCC or Clang that supports C++14. pkg-config to locate dependencies. If your distribution does not provide it, you can get it from . - + The OpenSSL library to calculate cryptographic hashes. If your distribution does not provide it, you can get it from . -- cgit 1.4.1