X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=README;h=199f595b3b5b2ef87652e8d1fccd69dc3961de69;hp=ea1da1fb6a365e3e8651bb15212da142cb325646;hb=8c48f5ae2ea5221f6c53934262c5505f4b20ca8c;hpb=8700a55d52f25f60f01ef1b67cff6d5c0071700b diff --git a/README b/README index ea1da1f..199f595 100644 --- a/README +++ b/README @@ -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.7 +- 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,8 @@ in virt-inspector). - (Optional, but highly recommended) perl-libintl for translating perl code. +- (Optional) po4a for translating manpages and POD files. + Running ./configure will check you have all the requirements installed on your machine.