From: Richard W.M. Jones Date: Tue, 6 Mar 2012 11:55:24 +0000 (+0000) Subject: Document requirements in README file. X-Git-Tag: 1.0.7~2 X-Git-Url: http://git.annexia.org/?p=virt-top.git;a=commitdiff_plain;h=54896f13a28aeda6179403f4236791aa6e1d8a7d Document requirements in README file. --- diff --git a/README b/README index b91145b..5a8bc87 100644 --- a/README +++ b/README @@ -14,11 +14,25 @@ It uses libvirt so it capable of showing stats across a variety of different virtualization systems. -Building +Requirements ---------------------------------------------------------------------- -Note that the minimum version of OCaml supported (since 1.0.5) is -OCaml 3.11.0. +OCaml >= 3.11.0 +ocaml-libvirt >= 0.6.1.1 (for virDomainGetCPUStats support) +OCaml extlib +OCaml curses + +Optional: +OCaml gettext +OCaml xml-light +OCaml CSV +OCaml Calendar, version 2 is preferred +perldoc +msgfmt + + +Building +---------------------------------------------------------------------- ./configure # Checks that you have all the required bits.