about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2017-10-20T09·35+0200
committerGitHub <noreply@github.com>2017-10-20T09·35+0200
commit311b59001a134fe4b665e65f973c8c576320f510 (patch)
treea74ea64a3ce591bfd685af6cebfa47e9c32f47bb
parentc7af84ce846a9deefa5b4db1b1bce1c091ca2a1e (diff)
parent32940702fc4b39f361fbed8fbf92d6250bef7aad (diff)
Merge pull request #1622 from kini/c++14-prerequisite
Mention C++14 dependency in the manual.
-rw-r--r--doc/manual/installation/prerequisites-source.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/manual/installation/prerequisites-source.xml b/doc/manual/installation/prerequisites-source.xml
index 7311e4885e..49660c36e3 100644
--- a/doc/manual/installation/prerequisites-source.xml
+++ b/doc/manual/installation/prerequisites-source.xml
@@ -10,14 +10,14 @@
 
   <listitem><para>GNU Make.</para></listitem>
 
-  <listitem><para>A version of GCC or Clang that supports C++11.</para></listitem>
+  <listitem><para>A version of GCC or Clang that supports C++14.</para></listitem>
 
   <listitem><para><command>pkg-config</command> to locate
   dependencies.  If your distribution does not provide it, you can get
   it from <link
   xlink:href="http://www.freedesktop.org/wiki/Software/pkg-config"
   />.</para></listitem>
-  
+
   <listitem><para>The OpenSSL library to calculate cryptographic hashes.
   If your distribution does not provide it, you can get it from <link
   xlink:href="https://www.openssl.org"/>.</para></listitem>