X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=README;h=2af85cf7cf2cca1ee6dd2dc2fe21b12453863de6;hp=6b2078e5744c2d29f9b1a033c2526095dbe7309f;hb=065b6b5798913c9bb40215944920199ae7d27007;hpb=41cd0e302d6554facd6b9f7daaa78304361efaef diff --git a/README b/README index 6b2078e..2af85cf 100644 --- a/README +++ b/README @@ -77,6 +77,9 @@ For basic functionality and the C tools: - Berkeley DB 'db_dump' and 'db_load' utilities (db4-utils or db4.X-util or similar) (optional) +- systemtap/DTrace userspace probes (optional) + http://sourceware.org/systemtap/wiki/AddingUserSpaceProbingToApps + - perldoc (pod2man, pod2text, pod2html) to generate the manual pages and other documentation. @@ -98,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) @@ -131,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 ----------------------------------------------------------------------