]> git.ipfire.org Git - thirdparty/libvirt.git/commit
CONTRIBUTING: Include information on build dependencies
authorAndrea Bolognani <abologna@redhat.com>
Mon, 20 Apr 2020 10:49:09 +0000 (12:49 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Tue, 21 Apr 2020 17:25:38 +0000 (19:25 +0200)
commit94cb908f900ff49a5d9594d98ab6a0078f2b9d6b
treede5d82722064107c34c24d5e0dd43b9a6ca75fdf
parentbed325253681fa61537b01be821538479fa9df60
CONTRIBUTING: Include information on build dependencies

libvirt depends on a ton of packages, so trying to install them
all by using the classic approach of repeatedly running configure
and reacting to each failure by installing the corresponding
missing package will inevitably lead to frustration.

Luckily there's an easy solution to get most dependencies
installed in one fell swoop, and we just need to document it.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Laine Stump <laine@redhat.com>
CONTRIBUTING.rst