From 02f659ab60024d194977a58795232398350eec13 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Fri, 19 Oct 2007 15:44:41 +0100 Subject: * virt-top/virt_top_calendar.ml: Added --end-time option. Extra optional dep on ocaml-calendar. * virt-top/virt-top.pod: Document how to compress and split CSV files. Document --end-time option and time formats. * virt-top/virt_top.ml: Allow sub-second delays when in batch and script mode. --- README | 1 + 1 file changed, 1 insertion(+) (limited to 'README') diff --git a/README b/README index 1737c47..8f09eae 100644 --- a/README +++ b/README @@ -30,6 +30,7 @@ To build virt-top (optional): ocaml-curses (from http://www.nongnu.org/ocaml-tmk/) xml-light (from http://tech.motion-twin.com/doc/xml-light/) ocaml CSV library (from http://merjis.com/developers/csv) + ocaml-calendar (http://www.lri.fr/~signoles/prog.en.html) [Only ocaml-curses is required for building virt-top. The other packages are not required, but you will get reduced functionality]. -- cgit