X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=README;h=fbff025968d55851c6a5b883e3f911b31275d861;hp=8bb69258a1b127a362b7eb30da228c5219fdf16d;hb=afa17809599f3ebc82c3feef025ca812fb26c9fe;hpb=84fbe21855b5b304413075fecb444135397591e6 diff --git a/README b/README index 8bb6925..fbff025 100644 --- a/README +++ b/README @@ -32,13 +32,15 @@ Requirements - libxml2 (optional) +- libconfig (optional, to parse /etc/libguestfs-tools.conf) + - Augeas (http://augeas.net/) (optional) - gperf - squashfs-tools (mksquashfs only) -- genisoimage / mkisofs +- genisoimage (NOT mkisofs any more) - hivex >= 1.2.1 (http://libguestfs.org/download) @@ -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.