summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2008-01-07 11:19:38 +0000
committerRichard W.M. Jones <rjones@redhat.com>2008-01-07 11:19:38 +0000
commitf2bb550da8353a7ab11d487b947ed702aa9a838f (patch)
tree842ab8a94770da28b35f6a2f724ed58cdab92f1d /README
parent643aa9f6fea233073384cdb01e8b23c693bf50e6 (diff)
downloadvirt-top-f2bb550da8353a7ab11d487b947ed702aa9a838f.tar.gz
virt-top-f2bb550da8353a7ab11d487b947ed702aa9a838f.tar.xz
virt-top-f2bb550da8353a7ab11d487b947ed702aa9a838f.zip
Basic framework for NSIS.
Diffstat (limited to 'README')
-rwxr-xr-xREADME14
1 files changed, 14 insertions, 0 deletions
diff --git a/README b/README
index b3001a3..3bcaa7e 100755
--- a/README
+++ b/README
@@ -48,6 +48,10 @@ To build the manpages (optional):
perldoc (part of Perl)
+To build a Windows installer (optional):
+
+ NSIS (http://nsis.sf.net)
+
OCaml packages are available for Fedora 7 and above (ocaml,
ocaml-findlib, ocaml-findlib-devel, ocaml-ocamldoc, ocaml-extlib,
ocaml-extlib-devel, ocaml-lablgtk, ocaml-lablgtk-devel, ocaml-curses,
@@ -88,6 +92,16 @@ 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.
+To build the Windows installer, you will need NSIS. Then do:
+
+ ./configure --with-nsis=/c/Progra~1/NSIS
+ make all opt
+ make wininstaller
+
+This should build a Windows binary installer called
+ocaml-libvirt-$VERSION.exe which includes the bindings, all required
+DLLs and all programs that can be built under Windows.
+
mlvirsh
----------------------------------------------------------------------