X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=README;h=57021e9474da8ae0c56adf8fb835abc0b160bc70;hp=5a0b59cdcdbf3329ee4064625274921ac689eef6;hb=e1aca6323e33e0dd50e23dc0d638f5789c9188e4;hpb=f6c4026f85fa6ded33a51ec2757abda9f116fd5f diff --git a/README b/README index 5a0b59c..57021e9 100644 --- a/README +++ b/README @@ -65,10 +65,13 @@ Requirements - hivex >= 1.2.1 (http://libguestfs.org/download) +- (Optional) Berkeley DB 'db_dump' and 'db_load' utilities + (db4-utils or db4.X-util or similar) + - (Optional) FUSE to build the FUSE module -- perldoc (pod2man, pod2text) to generate the manual pages and - other documentation. +- perldoc (pod2man, pod2text, pod2html) to generate the manual pages + and other documentation. - (Optional) Readline to have nicer command-line editing in guestfish. @@ -90,8 +93,15 @@ bindings - (Optional) GHC if you want to build the Haskell bindings -- (Optional) Perl XML::XPath, Sys::Virt modules (for libvirt support -in virt-inspector). +- (Optional) Perl Sys::Virt module. + +- (Optional) Perl Win::Hivex module. + +- (Optional) Perl Pod::Usage module. + +- (Optional) Perl Test::More module (from perl Test::Simple). + +- (Optional) Perl String::ShellQuote module. - (Optional, but highly recommended) perl-libintl for translating perl code.