about summary refs log tree commit diff
path: root/doc/manual/installation
diff options
context:
space:
mode:
authorKeshav Kini <keshav.kini@gmail.com>2017-10-20T01·03-0700
committerKeshav Kini <keshav.kini@gmail.com>2017-10-20T01·03-0700
commit32940702fc4b39f361fbed8fbf92d6250bef7aad (patch)
treea74ea64a3ce591bfd685af6cebfa47e9c32f47bb /doc/manual/installation
parentc7af84ce846a9deefa5b4db1b1bce1c091ca2a1e (diff)
Mention C++14 dependency in the manual.
A couple makefiles in the sources have -std=c++14 in the CFLAGS.
Diffstat (limited to 'doc/manual/installation')
-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>