summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2008-01-05 15:38:45 +0000
committerRichard W.M. Jones <rjones@redhat.com>2008-01-05 15:38:45 +0000
commit133d8b96cda0baff81042f120cbb15f955754063 (patch)
tree5cc72a6fe8ab4f208665ec76b89e77c71e74d11c /README
parentd9efc66ec4fd75d3e0f89433de9fe20e93ed16c9 (diff)
downloadvirt-top-133d8b96cda0baff81042f120cbb15f955754063.tar.gz
virt-top-133d8b96cda0baff81042f120cbb15f955754063.tar.xz
virt-top-133d8b96cda0baff81042f120cbb15f955754063.zip
mlvirsh can compile without extlib
* mlvirsh/mlvirsh.ml: mlvirsh only needed three functions from extlib, so copy them in here to avoid the dependency. * configure.ac: No dependency on extlib for mlvirsh. * mlvirsh/Makefile.in: Changed so can build without ocamlfind. * README: Updated documentation.
Diffstat (limited to 'README')
-rwxr-xr-xREADME6
1 files changed, 1 insertions, 5 deletions
diff --git a/README b/README
index 6be1cf4..06eb130 100755
--- a/README
+++ b/README
@@ -12,7 +12,7 @@ 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/,
@@ -27,10 +27,6 @@ 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/)