[DRE-commits] [vagrant-libvirt] 15/104: Update README to note libvirt-dev requirement

Antonio Terceiro terceiro at moszumanska.debian.org
Sun Apr 24 13:55:40 UTC 2016


This is an automated email from the git hooks/post-receive script.

terceiro pushed a commit to annotated tag 0.0.11
in repository vagrant-libvirt.

commit b3f9ba04aad87d31f436b118463f4b7e460850fc
Author: supercow <james.sweeny at gmail.com>
Date:   Sat Apr 6 00:22:48 2013 -0400

    Update README to note libvirt-dev requirement
    
    The libxml-devel note was helpful, but I needed libvirt-devel too
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 6cb70ae..c3dd238 100644
--- a/README.md
+++ b/README.md
@@ -38,12 +38,12 @@ libraries libxslt and libxml2.
 
 In Ubuntu, Debian, ...
 ```
-$ sudo apt-get install libxslt-dev libxml2-dev
+$ sudo apt-get install libxslt-dev libxml2-dev libvirt-dev
 ```
 
 In RedHat, Centos, Fedora, ...
 ```
-# yum install libxslt-devel libxml2-devel
+# yum install libxslt-devel libxml2-devel libvirt-devel
 ```
 
 ## Vagrant Project Preparation

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/vagrant-libvirt.git



More information about the Pkg-ruby-extras-commits mailing list