Revision: 6995
Author: [email protected]
Date: Sat Apr 30 05:46:15 2011
Log: Add more description of configure options.
http://code.google.com/p/uim/source/detail?r=6995
Modified:
/wiki/InstallUIM.wiki
=======================================
--- /wiki/InstallUIM.wiki Sat Apr 30 05:30:02 2011
+++ /wiki/InstallUIM.wiki Sat Apr 30 05:46:15 2011
@@ -14,18 +14,18 @@
* gettext
* pkg-config
-||*Feature* ||*Build Requirements* ||
+|| *Feature* || *Build Requirements* ||
||Anthy ||anthy ||
||Anthy (UTF-8) ||anthy >= 8622 ||
||Canna ||- ||
||cURL ||libcurl >= 7.16.4 ||
-||DICT ||gtk+-2.0 >= 2.4.0 ||
+||DICT ||gtk+-2.0 >= 2.4.0, and anthy or canna ||
||EB ||eb ||
||Emacs ||- ||
||expat ||expat ||
||FEP ||curses or ncurses ||
||ffi ||libffi >= 3.0.0 ||
-||GnomeApplet ||libpanelapplet-2.0 libgnomeui-2.0 ||
+||GnomeApplet ||libpanelapplet-2.0 and libgnomeui-2.0 ||
||GTK+ ||gtk+-2.0 >= 2.2.0 ||
||KDE3Applet ||kdelibs < 4.0 ||
||KDE4Applet ||kdelibs >= 4.2 ||
@@ -70,21 +70,27 @@
* --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 or knotify3)
* --enable-openssl : enable OpenSSL
* --with-anthy-utf8 : build UTF-8 version of Anthy
* --with-canna : use Canna
* --with-curl : build cURL plugin
* --with-eb : build EB plugin for the annotation system
- * --with-expat : build expat plugin (used for uim-yahoo-jp)
+ * --with-eb-conf : eb.conf (ex. /etc/eb.conf)
+ * --with-expat : build expat plugin (used for uim-yahoo-jp, ex.
/usr/lib/x86_64-linux-gnu)
* --with-ffi : build libffi plugin
* --with-qt : build qt3 tools
* --with-qt-immodule : build qt3 immodule. you need the qt3 with the
qt-immodule patch
* --with-qt4 : build qt4 tools
* --with-qt4-immodule : build qt4 immodule
- * --with-scim : use SCIM (broken)
+ * --with-scim : use SCIM (broken)
* --with-sj3 : use Sj3
* --with-sqlite3 : build SQLite3 plugin for the completion input
* --with-wnn : build Wnn module
+ * --with-wnn-libraries : wnn library (ex. /usr/lib)
+ * --with-wnn-includes : wnn header files (ex. /usr/include/wnn)
+
+
Finally, make and install it.