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.opt'.