virt-df ---------------------------------------------------------------------- Copyright (C) 2007-2008 Richard W.M. Jones, Red Hat Inc. http://libvirt.org/ocaml/ http://libvirt.org/ 'df' for virtual domains. Building ---------------------------------------------------------------------- ./configure # Checks that you have all the required bits. make all # Builds the bytecode version of libs/programs. make opt # Builds the native code version of libs/programs. make install # Install in OCaml directory, and the binaries # in $prefix/bin. Then have a look at the program 'virt-df.opt'.