From fc0a03bf0ea5df37bb3e90d9393230b2203d6c65 Mon Sep 17 00:00:00 2001 From: Yang Wei Date: Mon, 4 May 2015 19:44:27 +0800 Subject: [PATCH] Update README.md I ran into a trouble, as my box(ubuntu) was *not* installed zlib1g-dev package by default, so update README.md to hint guys to install this package for ubuntu/debian system. Signed-off-by: Yang Wei --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c9d61ae..1510938 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ missing development libraries for libxslt, libxml2 and libvirt. In Ubuntu, Debian, ... ``` -$ sudo apt-get install libxslt-dev libxml2-dev libvirt-dev +$ sudo apt-get install libxslt-dev libxml2-dev libvirt-dev zlib1g-dev ``` In RedHat, Centos, Fedora, ...