mlvirtmanager compiles and runs on Windows (MinGW).
[virt-top.git] / README
diff --git a/README b/README
old mode 100644 (file)
new mode 100755 (executable)
index 8f09eae..b3001a3
--- a/README
+++ b/README
@@ -2,7 +2,7 @@ ocaml-libvirt
 ----------------------------------------------------------------------
 
 Copyright (C) 2007 Richard W.M. Jones, Red Hat Inc.
-http://et.redhat.com/~rjones/ocaml-libvirt/
+http://libvirt.org/ocaml/
 http://libvirt.org/
 
 This is a complete set of OCaml bindings around libvirt, exposing all
@@ -12,14 +12,16 @@ known functionality to OCaml programs.
 Requirements
 ----------------------------------------------------------------------
 
-To build the bindings and mlvirsh (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/)
-  Extlib (from http://ocaml-lib.sourceforge.net/)
 
 To build the OCaml interface documentation (optional):
 
@@ -28,12 +30,14 @@ To build the OCaml interface documentation (optional):
 To build virt-top (optional):
 
   ocaml-curses (from http://www.nongnu.org/ocaml-tmk/)
+  Extlib (from http://ocaml-lib.sourceforge.net/)
   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].
+  [Only ocaml-curses and Extlib are required for building virt-top.
+  The other packages are not required, but you will get reduced
+  functionality].
 
 To build mlvirtmanager (optional):
 
@@ -77,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
 ----------------------------------------------------------------------