From 54896f13a28aeda6179403f4236791aa6e1d8a7d Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 6 Mar 2012 11:55:24 +0000 Subject: [PATCH] Document requirements in README file. --- README | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) 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. -- 1.8.3.1