X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=README;h=5e958e740574bdaed06c6aa85840ad7a0e27478e;hb=e98de5e214ff3d56b772a4d9563b633c78d56c9a;hp=75f5d766bacc646d181293c0a8cd6b418267e03d;hpb=2756390750d79836e7b101b41920e3ba288cbc0a;p=virt-df.git diff --git a/README b/README index 75f5d76..5e958e7 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,28 @@ 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.9.5 + +Optional: + + ocaml-gettext >= 0.3.0 + ocaml-csv + +License +---------------------------------------------------------------------- + +The 'diskimage' mini library is licensed under LGPL v2 or above with +the OCaml linking exception. See COPYING.LIB for details. + +The programs are licensed under GPL v2 or above. See COPYING for +details.