X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=sidebyside;f=README;h=7fa9e9ea8f74ddadc9d3a7f5ad08140f5535654a;hb=02971adc3b0f07f3820d0c5e973fabf16d16deb3;hp=8bb69258a1b127a362b7eb30da228c5219fdf16d;hpb=84fbe21855b5b304413075fecb444135397591e6;p=libguestfs.git diff --git a/README b/README index 8bb6925..7fa9e9e 100644 --- a/README +++ b/README @@ -32,6 +32,8 @@ Requirements - libxml2 (optional) +- libconfig (optional, to parse /etc/libguestfs-tools.conf) + - Augeas (http://augeas.net/) (optional) - gperf @@ -80,10 +82,14 @@ bindings - (Optional, but highly recommended) perl-libintl for translating perl code. -- (Optional) po4a for translating manpages and POD files. +- po4a for translating manpages and POD files. + This is optional when compiling from the tarball, but mandatory + if you compile from git. - (Optional) PHP, phpize if you want to build the PHP bindings +- (Optional, but highly recommended) getfacl, getfattr + Running ./configure will check you have all the requirements installed on your machine.