Revision: 6732
Author: ek.kato
Date: Wed Aug 18 19:55:24 2010
Log: * InstallUIM.wiki
* InstallUIMBinary.wiki
  - Update.

http://code.google.com/p/uim/source/detail?r=6732

Modified:
 /wiki/InstallUIM.wiki
 /wiki/InstallUIMBinary.wiki

=======================================
--- /wiki/InstallUIM.wiki       Fri Jun 29 17:11:04 2007
+++ /wiki/InstallUIM.wiki       Wed Aug 18 19:55:24 2010
@@ -1,4 +1,4 @@
-= How to get uim  =
+= How to get uim  =

 == How to get the Source Code ==

@@ -11,15 +11,15 @@
 The requirements for building uim is listed below.

        * iconv
+       * gettext
+       * pkg-config
        * curses (need to build uim-fep)
        * Anthy (need to use Japanese Anthy module)
-       * Canna (need to use Japanese Canna module)
-       * mana  (need to use Japanese mana module)
-       * PRIME (need to use Japanese PRIME module)
        * m17nlib >= 1.3.1 (need to use uim-m17nlib bridge)
        * GTK+ >= 2.4 (need to build gtk tools and gtk immodule)
        * gnome-panel (need to build GNOME applet indicator)
- * Qt >= 3.3.2 (need to build qt tools. you also need to apply immodule patch to build qt immodule) + * Qt >= 3.3.2 & < 4.0 (need to build qt3 tools. you also need to apply immodule patch to build qt3 immodule) + * Qt >= 4.0 (need to build qt4 tools. you also need to apply immodule patch to build qt4 immodule)

 == Compilation ==

@@ -37,10 +37,21 @@
 Following configure options are disabled by default.

        * --enable-debug : build uim with debug information
+       * --enable-backtrace : build internal scheme interpreter to show 
backtrace
        * --enable-dict : enable Japanese dictionary tool
+       * --with-anthy-utf8 : build utf-8 version of Anthy
        * --with-canna : use Canna
-       * --with-qt : build qt tools
- * --with-qt-immodule : build qt immodule. you need the qt with the qt-immodule patch
+       * --with-sj3 : use Sj3
+       * --with-wnn : build Wnn module
+       * --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-eb : build EB plugin for the annotation system
+       * --with-curl : build cURL plugin
+       * --with-expat : build expat plugin (used for uim-yahoo-jp)
+       * --with-sqlite3 : build SQLite3 plugin for the completion input
+       * --with-ffi : build libffi plugin

 Finally, make and install it.

=======================================
--- /wiki/InstallUIMBinary.wiki Fri Jun 29 17:26:41 2007
+++ /wiki/InstallUIMBinary.wiki Wed Aug 18 19:55:24 2010
@@ -1,4 +1,4 @@
-= How to Install uim by Binary Package =
+= How to Install uim by Binary Package =

 Installation procedures depend on your OS or distribution.

@@ -15,18 +15,18 @@
   $ apt-get install uim uim-utils uim-gtk2.0 uim-xim uim-fep
 }}}

-== Fedora Core ==
-uim is included in Fedora Extras(http://fedoraproject.org/wiki/Extras) in Fedora Core 4. Please run
+== Fedora ==
+uim is included in Fedora (https://admin.fedoraproject.org/pkgdb/acls/name/uim). Please run

 {{{
   $ yum install 'uim*'
 }}}

 == FreeBSD ==
-uim is included in official [http://www.freebsd.org/cgi/url.cgi?ports/textproc/uim/pkg-descr ports]. You need to introduce portsupgrade and run this command. +uim is included in official [http://www.freebsd.org/cgi/cvsweb.cgi/ports/textproc/uim/ ports]. You need to introduce portsupgrade and run this command.

 {{{
-  $ portinstall japanese/uim
+  $ portinstall textproc/uim
 }}}

 If you use uim-skk, please install skk-jisyo also.
@@ -49,7 +49,7 @@
 }}}

 == Mandriva ==
-Official RPM is available [http://rpmseek.com/rpm-pl/uim.html?hl=de&cs=uim%3APN%3A0%3A0%3A1%3A0%3A0&qArStr=0&qRtStr=1&qDnStr=12 here].
+Official RPM is available.

 == NetBSD ==
 uim is included in pkgsrc. Please run these commands.

Reply via email to