forked from lix-project/lix
Mention C++14 dependency in the manual.
A couple makefiles in the sources have -std=c++14 in the CFLAGS.
This commit is contained in:
parent
c7af84ce84
commit
32940702fc
|
@ -10,14 +10,14 @@
|
||||||
|
|
||||||
<listitem><para>GNU Make.</para></listitem>
|
<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
|
<listitem><para><command>pkg-config</command> to locate
|
||||||
dependencies. If your distribution does not provide it, you can get
|
dependencies. If your distribution does not provide it, you can get
|
||||||
it from <link
|
it from <link
|
||||||
xlink:href="http://www.freedesktop.org/wiki/Software/pkg-config"
|
xlink:href="http://www.freedesktop.org/wiki/Software/pkg-config"
|
||||||
/>.</para></listitem>
|
/>.</para></listitem>
|
||||||
|
|
||||||
<listitem><para>The OpenSSL library to calculate cryptographic hashes.
|
<listitem><para>The OpenSSL library to calculate cryptographic hashes.
|
||||||
If your distribution does not provide it, you can get it from <link
|
If your distribution does not provide it, you can get it from <link
|
||||||
xlink:href="https://www.openssl.org"/>.</para></listitem>
|
xlink:href="https://www.openssl.org"/>.</para></listitem>
|
||||||
|
|
Loading…
Reference in a new issue