X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=README;h=9d18eebfdcf2e832feb1fe4e7df4d58afa6fda5c;hp=787ec324f1414cfc57fe2db6c98dfa9e404a4e22;hb=21a4cf7ef54a8598126f39023a51ef43415679dc;hpb=f91c6f217facc88b60225769c61604a8b8c7169b diff --git a/README b/README index 787ec32..9d18eeb 100644 --- a/README +++ b/README @@ -58,12 +58,12 @@ For basic functionality and the C tools: - gperf +- pcre (Perl Compatible Regular Expressions C library) + - genisoimage (NOT mkisofs any more) - hivex >= 1.2.7 (http://libguestfs.org/download) (optional) -- pcre (Perl Compatible Regular Expressions C library) (optional) - - libmagic (the library that corresponds to the 'file' command) (optional) - libvirt (optional) @@ -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. @@ -131,6 +134,12 @@ To build the Perl tools: - perl-libintl for translating perl code (optional) +To run virt-sysprep: + +- xmlstarlet (optional) + +- virt-sysprep also requires FUSE support since it uses guestmount + Building ----------------------------------------------------------------------