X-Git-Url: http://git.annexia.org/?p=virt-top.git;a=blobdiff_plain;f=README;h=7fb972623b8bd5029060659a60ba084a279ec709;hp=8ae896e1a1da0021ecbdde16b99214088eab0828;hb=e6050cae9eee80791c3bb26f34c61f7dc89b142f;hpb=f1212f9779e92bedf31b7eccb5be495f2c384971 diff --git a/README b/README index 8ae896e..7fb9726 100644 --- a/README +++ b/README @@ -21,54 +21,64 @@ the packages below if you want to build from source. W h a t y o u w a n t t o b u i l d - |Bindings, |Docs, |virt-top |virt-ctrl |Windows - |examples, |manpages | | |version - |mlvirsh | | | | - --------------+----------+---------+---------+----------+--------- - GNU make | R | R | R | R | R - | | | | | - gcc | R | | R | R | R - | | | | | - libvirt | R | | R | R | R - | >= 0.2.1 | | | | - | | | | | - ocaml | R | | R | R | R - | >= 3.08 | | | | - | | | | | - findlib | HR | R | HR | HR | n/a - | | | | | - MinGW + MSYS | | | | | R - --------------+----------+---------+---------+----------+--------- - ocamldoc | | R | | | O - | | | | | - perldoc | | O | | | - --------------+----------+---------+---------+----------+--------- - ocaml-curses | | | R | | - | | | | | - Extlib | | | R | | - | | | | | - xml-light | | | O | | - | | | | | - ocaml-calendar| | | O | | - | | | | | - ocaml CSV | | | O | | - --------------+----------+---------+---------+----------+--------- - GTK2 | | | | R | O - | | | | | - lablgtk2 | | | | R | O - | | | | >= 2.10.0| - ocaml-dbus | | | | O | - | | | | >= 0.06 | - gnome-icon-theme | | | O | - --------------+----------+---------+---------+----------+--------- - NSIS | | | | | O - --------------+----------+---------+---------+----------+--------- + |Bindings, |Docs, |virt-top |virt-ctrl |virt-df |Windows + |examples, |manpages | | | |version + |mlvirsh | | | | | + --------------+----------+---------+---------+----------+----------+------ + GNU make | R | R | R | R | R | R + | | | | | | + gcc | R | | R | R | R | R + | | | | | | + libvirt | R | | R | R | R | R + | >= 0.2.1 | | | | | + | | | | | | + ocaml | R | | R | R | R | R + | >= 3.08 | | | | >= 3.10 | + | | | | | | + findlib | HR | R | HR | HR | HR | Note [1] + | | | | | | + ocaml-gettext | O | O | O | O | O | Note [2] + | | | | | | + MinGW + MSYS | | | | | | R + --------------+----------+---------+---------+----------+----------+------ + ocamldoc | | R | | | | O + | | | | | | + perldoc | | O | | | | + --------------+----------+---------+---------+----------+----------+------ + ocaml-curses | | | R | | | + | | | | | | + Extlib | | | R | | R | + | | | | | | + xml-light | | | O | | R | + | | | | | | + ocaml-calendar| | | O | | | + | | | | | | + ocaml CSV | | | O | | | + | | | | | | + bitmatch | | | | | R | + --------------+----------+---------+---------+----------+----------+------ + GTK2 | | | | R | | O + | | | | | | + lablgtk2 | | | | R | | O + | | | | >= 2.10.0| | + ocaml-dbus | | | | O | | + | | | | >= 0.06 | | + gnome-icon-theme | | | O | | + --------------+----------+---------+---------+----------+----------+------ + NSIS | | | | | | O + --------------+----------+---------+---------+----------+----------+------ R = required HR = highly recommended (use if possible) O = optional (just improves functionality, but not required) n/a = not available +Note [1]: Findlib was recently ported to Windows and in future we may +require it because it will let us remove a lot of hacks from the +Makefiles. + +Note [2]: It's not clear if ocaml-gettext works on Windows. + Where to get the packages: libvirt >= 0.2.1 from http://libvirt.org/ (get the latest version available) @@ -80,6 +90,11 @@ Where to get the packages: findlib from http://www.ocaml-programming.de/packages/ or packaged in Debian, Ubuntu and Fedora as 'ocaml-findlib' + ocaml-gettext from http://www.le-gall.net/sylvain+violaine/ocaml-gettext.html + + patch for OCaml 3.10: + http://www.annexia.org/tmp/ocaml-gettext-0.2.0-20080321.patch + (This should appear in ocaml-gettext 0.3.0 shortly). + MinGW + MSYS from http://www.mingw.org/ (only needed for Windows) ocamldoc part of OCaml itself @@ -109,6 +124,8 @@ Where to get the packages: or packaged in Debian, Ubuntu as 'libcalendar-ocaml-dev' or packaged in Fedora as 'ocaml-calendar-devel' + bitmatch from http://et.redhat.com/~rjones/bitmatch/ + GTK2 from http://gtk.org/ or packaged in Debian, Ubuntu and Fedora