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,7 +10,7 @@
|
||||||
|
|
||||||
<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
|
||||||
|
|
Loading…
Reference in a new issue