X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=README;h=bf978ca25bab15786b2b23038ebc2b7e90514dbc;hb=refs%2Ftags%2F1.15.9;hp=396c8bb2e6a2c08ab489628437eae42355fb6569;hpb=c155330f04f933d13298d5cddab6b7f3dc9d218f;p=libguestfs.git diff --git a/README b/README index 396c8bb..bf978ca 100644 --- a/README +++ b/README @@ -101,10 +101,6 @@ To build FUSE support (guestmount): - FUSE libraries and kernel module (optional) -To build virt-resize: - -- OCaml PCRE bindings (ocaml-pcre) (optional) - To build language bindings: - Perl if you want to build the perl bindings (optional) @@ -134,6 +130,10 @@ To build the Perl tools: - perl-libintl for translating perl code (optional) +To run virt-sysprep: + +- virt-sysprep requires FUSE support since it uses guestmount + Building ---------------------------------------------------------------------- @@ -147,6 +147,14 @@ Finally run the tests: make check +There are some extra tests, but these require that you have some +libvirt guests installed, that these guests' disks are accessible by +the current user, and these tests may fail for other reasons which are +not necessarily because of real problems. If you want to run these +extra tests do: + + make extra-tests + If everything works, you can install the library and tools by running this command as root: