Revision: a0967c363add
Author: nogu.dev <[email protected]>
Date: Fri Mar 30 17:48:50 2012
Log: Update InstallUim.wiki.
* InstallUim.wiki
- Add note on knotify4.
- Add note on rsvg-convert.
http://code.google.com/p/uim/source/detail?r=a0967c363add&repo=wiki
Modified:
/InstallUim.wiki
=======================================
--- /InstallUim.wiki Sun Feb 26 07:23:23 2012
+++ /InstallUim.wiki Fri Mar 30 17:48:50 2012
@@ -26,6 +26,7 @@
|| KDE3 Applet || KDE3 Kicker applet || kdelibs < 4.0 ||
--enable-kde-applet ||
|| KDE4 Applet || KDE4 Plasma widget || kdelibs >= 4.2 and CMake ||
--enable-kde4-applet ||
|| knotify3 (notify) || notification by knotify3 || kdelibs < 4.0 ||
--enable-notify=knotify3 ||
+|| knotify4 (notify) || notification by knotify4 || kdelibs >= 4.0 ||
--enable-notify=knotify4 ||
|| libedit || uim-editline for uim-sh || libedit || --with-libedit ||
|| libnotify (notify) || notification by libnotify || libnotify >= 0.4 ||
--enable-notify=libnotify ||
|| m17n-lib || uim-m17nlib bridge || m17n >= 1.3.1 || --with-m17nlib ||
@@ -75,7 +76,7 @@
* --enable-debug : build uim with debug information
* --enable-dict : enable Japanese dictionary tool
* --enable-kde4-applet : enable KDE4 Plasma widget
- * --enable-notify : enable notification (libnotify and/or knotify3)
+ * --enable-notify : enable notification (libnotify and/or knotify3 and/or
knotify4)
* --enable-openssl : enable OpenSSL
* --with-anthy-utf8 : build UTF-8 version of Anthy
* --with-canna : use Canna
@@ -242,4 +243,4 @@
make[1]: *** No rule to make target `unknown.png', needed by `all-am'.
Stop.
}}}
-A. You may forget to install *librsvg*. If so, install it and run
make-wc.sh again. The rsvg command in librsvg is used to generate PNG files
from SVG files.
+A. You may forget to install *librsvg*. If so, install it and run
make-wc.sh again. The rsvg command (since uim 1.8.0, rsvg-convert) in
librsvg is used to generate PNG files from SVG files.