[Docs] Add instructions for Arch Linux

This commit is contained in:
Maxim Petrunin
2016-10-18 20:05:02 +03:00
parent e112d6fd81
commit 6ee6be2f49

View File

@@ -101,6 +101,12 @@ yum install qemu libvirt libvirt-devel ruby-devel gcc qemu-kvm
dnf -y install qemu libvirt libvirt-devel ruby-devel gcc
```
* Arch linux: look at tips and solutions from Arch wiki.
```shell
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.
@@ -126,6 +132,8 @@ $ sudo dnf install libxslt-devel libxml2-devel libvirt-devel \
libguestfs-tools-c ruby-devel gcc
```
On Arch linux it is recommended to follow [steps from ArchWiki](https://wiki.archlinux.org/index.php/Vagrant#vagrant-libvirt).
If have problem with installation - check your linker. It should be `ld.gold`:
```shell