X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=README;h=827f6011ec7f988e0deedbea0f6ca02ff5712fc0;hb=f29ccfd0f06ecbcda1ecbb7f7d7290714b6a80bc;hp=75f5d766bacc646d181293c0a8cd6b418267e03d;hpb=8d30b86a30e34524206a7aa5d990b3ac5c62d314;p=virt-df.git diff --git a/README b/README index 75f5d76..827f601 100644 --- a/README +++ b/README @@ -7,7 +7,7 @@ http://libvirt.org/ 'df' for virtual domains. -Building +Building from source ---------------------------------------------------------------------- ./configure # Checks that you have all the required bits. @@ -18,4 +18,19 @@ Building make install # Install in OCaml directory, and the binaries # in $prefix/bin. -Then have a look at the program 'virt-df.opt'. +Then have a look at the program 'virt-df/virt-df.opt'. + +Requirements (for building from source) +---------------------------------------------------------------------- + + ocaml >= 3.10.0 + extlib + libvirt >= 0.2.1 + ocaml-libvirt + xml-light + bitmatch >= 1.0 + +Optional: + + ocaml-gettext >= 0.3.0 + ocaml-csv