X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=README;h=659feb93742b2f5bd06777501e03200f649c4c9d;hp=be4953d5c4363edde53f9e7d7a330cf35829c95f;hb=cde0c0c05741476e748586a59f3470e8bc211718;hpb=bc93d2ba38eb17a45888b97e8bcfd5f0e0bcb57c diff --git a/README b/README index be4953d..659feb9 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) @@ -57,6 +59,8 @@ Requirements - (Optional) OCaml if you want to rebuild the generated files, and also to build the OCaml bindings +- (Optional) OCaml PCRE bindings (ocaml-pcre). + - (Optional) Perl if you want to build the perl bindings - (Optional) Python if you want to build the python bindings @@ -86,6 +90,8 @@ bindings - (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.