diff options
Diffstat (limited to 'chapter08/meson.xml')
-rw-r--r-- | chapter08/meson.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter08/meson.xml b/chapter08/meson.xml index 4076c4c5c..cf23abf29 100644 --- a/chapter08/meson.xml +++ b/chapter08/meson.xml @@ -48,11 +48,12 @@ <sect2 role="installation"> <title>Installation of Meson</title> +<!-- Applied in 0.56.2 <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> |