X-Git-Url: http://git.annexia.org/?p=virt-top.git;a=blobdiff_plain;f=README;h=b3001a34ebd8c484cf53cc7567042c04490da9d8;hp=b56dc49f2f8ccd78cf6867669b89c27cf501189d;hb=643aa9f6fea233073384cdb01e8b23c693bf50e6;hpb=3126bfee333b5c635dc60a54265936af06117f6a diff --git a/README b/README index b56dc49..b3001a3 100755 --- a/README +++ b/README @@ -12,22 +12,21 @@ known functionality to OCaml programs. Requirements ---------------------------------------------------------------------- -To build the bindings (required): +To build the bindings, examples, and mlvirsh (required): GNU make, gcc libvirt >= 0.2.1 (from http://libvirt.org/, get the latest version if you can) ocaml >= 3.08 (from http://caml.inria.fr/) + +Optional, but highly recommended: + findlib (from http://www.ocaml-programming.de/packages/) To build the OCaml interface documentation (optional): ocamldoc (part of OCaml itself) -To build mlvirsh (optional): - - Extlib (from http://ocaml-lib.sourceforge.net/) - To build virt-top (optional): ocaml-curses (from http://www.nongnu.org/ocaml-tmk/) @@ -82,6 +81,14 @@ contains the build directory. eg: LD_LIBRARY_PATH=libvirt/ mlvirsh/mlvirsh.opt +Windows +---------------------------------------------------------------------- + +I have built libvirt (the bindings), examples, mlvirsh and +mlvirtmanager on Windows using the MinGW port of OCaml. It's quite +likely that it will also work under VC++, but I have not tested this. + + mlvirsh ----------------------------------------------------------------------