From d9efc66ec4fd75d3e0f89433de9fe20e93ed16c9 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Sat, 5 Jan 2008 15:24:06 +0000 Subject: Update documentation for Windows. * README: Update documentation for Windows. --- README | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'README') diff --git a/README b/README index b56dc49..6be1cf4 100755 --- a/README +++ b/README @@ -18,6 +18,9 @@ To build the bindings (required): 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): @@ -82,6 +85,14 @@ contains the build directory. eg: LD_LIBRARY_PATH=libvirt/ mlvirsh/mlvirsh.opt +Windows +---------------------------------------------------------------------- + +I have built libvirt (the bindings) and examples 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 ---------------------------------------------------------------------- -- cgit