Internationalize virt-df program.
[virt-top.git] / README
diff --git a/README b/README
index 57063ba..32686c5 100644 (file)
--- a/README
+++ b/README
@@ -35,7 +35,9 @@ the packages below if you want to build from source.
   ocaml         | R        |         | R       | R        | R
                 | >= 3.08  |         |         |          |
                 |          |         |         |          |
-  findlib       | HR       | R       | HR      | HR       | n/a
+  findlib       | HR       | R       | HR      | HR       | Note [1]
+                |          |         |         |          |
+  ocaml-gettext | R        | R       | R       | R        | Note [2]
                 |          |         |         |          |
   MinGW + MSYS  |          |         |         |          | R
   --------------+----------+---------+---------+----------+---------
@@ -56,8 +58,10 @@ the packages below if you want to build from source.
   GTK2          |          |         |         | R        | O
                 |          |         |         |          |
   lablgtk2      |          |         |         | R        | O
-                |          |         |         |          |
+                |          |         |         | >= 2.10.0|
   ocaml-dbus    |          |         |         | O        |
+                |          |         |         | >= 0.06  |
+  gnome-icon-theme         |         |         | O        |
   --------------+----------+---------+---------+----------+---------
   NSIS          |          |         |         |          | O
   --------------+----------+---------+---------+----------+---------
@@ -67,6 +71,12 @@ the packages below if you want to build from source.
    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)
@@ -78,13 +88,18 @@ 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
+  ocamldoc         part of OCaml itself
                      or part of the ocaml package in Debian, Ubuntu
                      or packaged in Fedora as 'ocaml-ocamldoc'
 
-  perldoc            part of Perl
+  perldoc          part of Perl
                      or packaged in Debian, Ubuntu and Fedora
 
   ocaml-curses     from http://www.nongnu.org/ocaml-tmk/
@@ -110,11 +125,15 @@ Where to get the packages:
   GTK2             from http://gtk.org/
                      or packaged in Debian, Ubuntu and Fedora
 
-  lablgtk2         from http://wwwfun.kurims.kyoto-u.ac.jp/soft/lsl/lablgtk.html
+  lablgtk2 >= 2.10.0
+                   from http://wwwfun.kurims.kyoto-u.ac.jp/soft/lsl/lablgtk.html
                      or packaged in Debian, Ubuntu as 'liblablgtk2-ocaml-dev'
-                     or packaged in Fedora as 'ocaml-lablgtk-devel'
+                     or packaged in Fedora 9 as 'ocaml-lablgtk-devel'
+
+  gnome-icon-theme part of GNOME
 
-  ocaml-dbus       from http://tab.snarc.org/projects/ocaml_dbus/
+  ocaml-dbus >= 0.06
+                   from http://tab.snarc.org/projects/ocaml_dbus/
                      or packaged in Fedora 9 as 'ocaml-dbus-devel'
                      (not yet available for Debian or Ubuntu AFAIK)