2 ----------------------------------------------------------------------
4 Copyright (C) 2007-2008 Richard W.M. Jones, Red Hat Inc.
5 http://libvirt.org/ocaml/
8 'df' for virtual domains.
11 ----------------------------------------------------------------------
13 ./configure # Checks that you have all the required bits.
15 make all # Builds the bytecode version of libs/programs.
16 make opt # Builds the native code version of libs/programs.
18 make install # Install in OCaml directory, and the binaries
21 Then have a look at the program 'virt-df/virt-df.opt'.
23 Requirements (for building from source)
24 ----------------------------------------------------------------------
35 ocaml-gettext >= 0.3.0
39 ----------------------------------------------------------------------
41 The 'diskimage' mini library is licensed under LGPL v2 or above with
42 the OCaml linking exception. See COPYING.LIB for details.
44 The programs are licensed under GPL v2 or above. See COPYING for