mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
Edit README.md for #682
This commit is contained in:
parent
780b6b9f7a
commit
e488fac4b3
13
README.md
13
README.md
@ -88,9 +88,13 @@ vagrant-libvirt. This depends on your distro. An overview:
|
||||
|
||||
* Ubuntu 12.04/14.04/16.04, Debian:
|
||||
```shell
|
||||
apt-get build-dep vagrant ruby-libvirt; apt-get install qemu libvirt-bin ebtables dnsmasq
|
||||
apt-get build-dep vagrant ruby-libvirt
|
||||
apt-get install qemu libvirt-bin ebtables dnsmasq
|
||||
apt-get install libxslt-dev libxml2-dev libvirt-dev zlib1g-dev ruby-dev
|
||||
```
|
||||
|
||||
(It is possible some users will already have libraries from the third line installed, but this is the way to make it work OOTB.)
|
||||
|
||||
* CentOS 6, 7, Fedora 21:
|
||||
```shell
|
||||
yum install qemu libvirt libvirt-devel ruby-devel gcc qemu-kvm
|
||||
@ -106,7 +110,6 @@ dnf -y install qemu libvirt libvirt-devel ruby-devel gcc
|
||||
pacman -Sy vagrant
|
||||
```
|
||||
|
||||
|
||||
Now you're ready to install vagrant-libvirt using standard [Vagrant
|
||||
plugin](http://docs.vagrantup.com/v2/plugins/usage.html) installation methods.
|
||||
|
||||
@ -119,11 +122,9 @@ $ vagrant plugin install vagrant-libvirt
|
||||
In case of problems with building nokogiri and ruby-libvirt gem, install
|
||||
missing development libraries for libxslt, libxml2 and libvirt.
|
||||
|
||||
On Ubuntu, Debian, ...
|
||||
|
||||
```shell
|
||||
$ sudo apt-get install libxslt-dev libxml2-dev libvirt-dev zlib1g-dev ruby-dev
|
||||
```
|
||||
On Ubuntu, Debian, make sure you are running all three of the `apt` commands above with `sudo`.
|
||||
|
||||
|
||||
On RedHat, Centos, Fedora, ...
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user