From 2947a1d52cbe8ee9e397f846fbce532e0d2975d1 Mon Sep 17 00:00:00 2001 From: Vadym Haidamaka Date: Sun, 20 Oct 2019 15:35:44 +0300 Subject: [PATCH] docs: update build dependencies for newer Debian-based distros See https://lists.debian.org/debian-user/2016/11/msg00518.html --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a02024..2d8ba82 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,14 @@ version and you run into problems, as a first step you should switch to upstream Now you need to make sure your have all the build dependencies installed for vagrant-libvirt. This depends on your distro. An overview: -* Ubuntu, Debian: +* Ubuntu 18.10, Debian 9 and up: +```shell +apt-get build-dep vagrant ruby-libvirt +apt-get install qemu libvirt-daemon-system libvirt-clients ebtables dnsmasq-base +apt-get install libxslt-dev libxml2-dev libvirt-dev zlib1g-dev ruby-dev +``` + +* Ubuntu 18.04, Debian 8 and older: ```shell apt-get build-dep vagrant ruby-libvirt apt-get install qemu libvirt-bin ebtables dnsmasq-base