|
@@ -48,6 +48,11 @@
|
|
|
<sect2 role="installation">
|
|
|
<title>Installation of Meson</title>
|
|
|
|
|
|
+ <para>First, apply a patch that fixes an issue with pkgconfig files
|
|
|
+ for static libraries:</para>
|
|
|
+
|
|
|
+<screen><userinput remap="pre">patch -Np1 -i ../&meson-fix-patch;</userinput></screen>
|
|
|
+
|
|
|
<para>Compile Meson with the following command:</para>
|
|
|
|
|
|
<screen><userinput remap="make">python3 setup.py build</userinput></screen>
|