Fix parsing error with ~ versus -
[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 from source
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/virt-df.opt'.
22
23 Requirements (for building from source)
24 ----------------------------------------------------------------------
25
26   ocaml >= 3.10.0
27   extlib
28   libvirt >= 0.2.1
29   ocaml-libvirt
30   xml-light
31   bitmatch >= 1.9.5
32
33 Optional:
34
35   ocaml-gettext >= 0.3.0
36   ocaml-csv
37
38 License
39 ----------------------------------------------------------------------
40
41 The 'diskimage' mini library is licensed under LGPL v2 or above with
42 the OCaml linking exception.  See COPYING.LIB for details.
43
44 The programs are licensed under GPL v2 or above.  See COPYING for
45 details.