]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
docs/compiling: Add note on how to check minimum meson version
authorPeter Krempa <pkrempa@redhat.com>
Tue, 16 Mar 2021 09:19:45 +0000 (10:19 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 16 Mar 2021 09:49:33 +0000 (10:49 +0100)
Give guidance on how to check minimum meson version for a given package.

Resolves: https://gitlab.com/libvirt/libvirt/-/issues/140
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Erik Skultety <eskultet@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
docs/compiling.rst

index 62519b6bdb137a40b9e7e0bc26facb1f9ccd7d40..7746f20bed367b63146904cc8fefcd5ea80d1b43 100644 (file)
@@ -18,6 +18,11 @@ the build directory is different from the source directory:
 
 The *meson* script can be given options to change its default behaviour.
 
+**Note:** Please ensure that you have the appropriate minimal ``meson`` version
+installed in your build environment. The minimal version for a specific package
+can be checked in the top level ``meson.build`` file in the ``meson_version``
+field.
+
 To get the complete list of the options run the following command:
 
 ::