]> xenbits.xensource.com Git - libvirt.git/commitdiff
CONTRIBUTING: Include note about build system tools
authorAndrea Bolognani <abologna@redhat.com>
Mon, 27 Apr 2020 10:48:51 +0000 (12:48 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Mon, 4 May 2020 17:03:51 +0000 (19:03 +0200)
Debian always runs autoreconf at package build time, which means
that apt-get build-dep will bring in everything that's needed to
build libvirt from a git clone; Fedora and RHEL, however, skip
this step, so we have to install some extra packages manually.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
CONTRIBUTING.rst

index 12b6e3f0e86cae7c8d59412607ac59d7f1765144..972b1898736056112edcdf255c9ff90a9ac5f2f5 100644 (file)
@@ -33,6 +33,14 @@ if you're on a RHEL-based distribution or
 
 if you're on a Debian-based one.
 
+Note that, for the RHEL-based case, if you're on a machine where you
+haven't done any C development before, you will probably also need
+to run
+
+::
+
+   $ sudo dnf install gcc make libtool autoconf automake rpm-build
+
 You might still be missing some dependencies if your distribution is
 shipping an old libvirt version, but that will get you much closer to
 where you need to be to build successfully from source.