X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=README;h=f3e348ff5776ed31f83f95ed6e14332d1d300216;hp=4919f623d24a87d847bda19e0363c2a66f3acadd;hb=2c61e04c4599536fee771431fb1ebc8384523b2a;hpb=9a608a1516bd339dc6d5ebe9952d3bced273c416 diff --git a/README b/README index 4919f62..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 @@ -37,10 +37,9 @@ Home page Requirements ---------------------------------------------------------------------- -- recent QEMU >= 0.10 with vmchannel support - http://lists.gnu.org/archive/html/qemu-devel/2009-02/msg01042.html +- recent QEMU >= 0.12 with virtio-serial support -- febootstrap >= 2.3 +- febootstrap >= 2.9 - fakeroot @@ -48,6 +47,14 @@ Requirements - XDR, rpcgen (on Linux these are provided by glibc) +- pcre (Perl Compatible Regular Expressions C library) + +- libmagic (the library that corresponds to the 'file' command) + +- libvirt + +- libxml2 + - squashfs-tools (mksquashfs only) - genisoimage / mkisofs @@ -87,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.