Fix okular FTBFS with poppler-23.06.0

This commit is contained in:
Pierre Labastie 2023-06-17 17:16:42 +02:00
parent fd7bbebefd
commit 89dbe682fd

View File

@ -103,6 +103,13 @@
<sect2 role="installation">
<title>Installation of Okular</title>
<para>
First, it is needed to increase the C++ standard used, because
<xref linkend="poppler"/> requires C++17:
</para>
<screen><userinput>sed -i s/14/17/ CMakeLists.txt</userinput></screen>
<para>
Install <application>Okular</application> by running the following
commands: