Updated deps.
[virt-df.git] / README
1 virt-df
2 ----------------------------------------------------------------------
3
4 Copyright (C) 2007-2008 Richard W.M. Jones, Red Hat Inc.
5 http://libvirt.org/ocaml/
6 http://libvirt.org/
7
8 'df' for virtual domains.
9
10 Building
11 ----------------------------------------------------------------------
12
13   ./configure           # Checks that you have all the required bits.
14
15   make all              # Builds the bytecode version of libs/programs.
16   make opt              # Builds the native code version of libs/programs.
17
18   make install          # Install in OCaml directory, and the binaries
19                         # in $prefix/bin.
20
21 Then have a look at the program 'virt-df.opt'.