X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=README;h=f3e348ff5776ed31f83f95ed6e14332d1d300216;hp=f128eb58444dc5548a2176c282f7126500f53920;hb=c51ade2e85b1e0b4d6f8537cc2bfe671023cd8b1;hpb=866ec00d1f8bc40042795b66ceec12608bb1f9e8 diff --git a/README b/README index f128eb5..f3e348f 100644 --- a/README +++ b/README @@ -18,7 +18,7 @@ FUSE. Libguestfs is a library that can be linked with C and C++ management programs (or management programs written in OCaml, Perl, Python, Ruby, -Java, Haskell or C#). You can also use it from shell scripts or the +Java, PHP, Haskell or C#). You can also use it from shell scripts or the command line. Libguestfs was written by Richard W.M. Jones (rjones@redhat.com) and @@ -39,7 +39,7 @@ Requirements - recent QEMU >= 0.12 with virtio-serial support -- febootstrap >= 2.8 +- febootstrap >= 2.9 - fakeroot @@ -94,6 +94,10 @@ in virt-inspector). - (Optional, but highly recommended) perl-libintl for translating perl code. +- (Optional) po4a for translating manpages and POD files. + +- (Optional) PHP, phpize if you want to build the PHP bindings + Running ./configure will check you have all the requirements installed on your machine.