summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2008-01-05 15:24:06 +0000
committerRichard W.M. Jones <rjones@redhat.com>2008-01-05 15:24:06 +0000
commitd9efc66ec4fd75d3e0f89433de9fe20e93ed16c9 (patch)
tree3f51eee6cb6ba71ba287e6d831ad5ef7440ef8b2
parent3126bfee333b5c635dc60a54265936af06117f6a (diff)
downloadvirt-top-d9efc66ec4fd75d3e0f89433de9fe20e93ed16c9.tar.gz
virt-top-d9efc66ec4fd75d3e0f89433de9fe20e93ed16c9.tar.xz
virt-top-d9efc66ec4fd75d3e0f89433de9fe20e93ed16c9.zip
Update documentation for Windows.
* README: Update documentation for Windows.
-rwxr-xr-xChangeLog3
-rwxr-xr-xREADME11
2 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b3afc8a..e105e00 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2008-01-05 Richard Jones <rjones@redhat.com>
+ Update documentation for Windows.
+ * README: Update documentation for Windows.
+
Build libvirt and examples on Windows (MinGW).
* aclocal.m4: Add AC_CHECK_OCAML_MODULE to check for OCaml
modules directly (without ocamlfind being needed).
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
----------------------------------------------------------------------