Revision: b690416d4d09
Author:   nogu.dev <nogu....@gmail.com>
Date:     Tue Nov 13 20:09:38 2012
Log:      Add command to install packages to InstallUim.wiki.

* InstallUim.wiki
  - Add command to install packages to install uim
    for Ubuntu and Fedora users.
http://code.google.com/p/uim/source/detail?r=b690416d4d09&repo=wiki

Modified:
 /InstallUim.wiki

=======================================
--- /InstallUim.wiki    Sun Oct 28 04:32:53 2012
+++ /InstallUim.wiki    Tue Nov 13 20:09:38 2012
@@ -2,6 +2,8 @@

 <wiki:toc max_depth="3" />

+If your distribution has uim packages, you can install uim with the packages. But you need to install uim from sources when your distribution doesn't have uim packages, uim packages in your distribution are outdated or you want to use latest development version of uim. We show how to install uim from sources here.
+
 = How to install uim =
 == Requirements ==
 You need to install the following software and libraries to compile uim:
@@ -11,7 +13,35 @@
  * gettext
  * intltool

-You also need to install additional software and libraries to enable features which uim support. See the table below: +The package names of the software and libraries above, and default installed packages differ from distribution to distribution. We take 2 distribution, Ubuntu and Fedora, as examples.
+
+Ubuntu:
+{{{
+$ sudo apt-get install intltool
+}}}
+
+Fedora:
+{{{
+$ sudo yum install gcc intltool
+}}}
+
+You also need to install additional software and libraries to enable features which uim support.
+
+Let us think that we want to enable Anthy, GTK+ 2, GTK+ 3 and Qt 4 feature.
+
+Ubuntu:
+{{{
+$ sudo apt-get install libanthy-dev libgtk2.0-dev libgtk-3-dev libqt4-dev
+}}}
+
+Fedora:
+{{{
+$ sudo yum install anthy-devel gtk2-devel gtk3-devel qt-devel gcc-c++
+}}}
+
+As for Fedora, you need to install gcc-c++ to install g++ in order to compile Qt 4 source codes.
+
+See the table below for all features:
|| *Feature* || *Description* || *Build Requirements* || *Configure Option* ||
 || Anthy || Japanese Anthy module || anthy || --with-anthy ||
|| Anthy (UTF-8) || UTF-8 version of Japanese Anthy module ||anthy >= 8622 || --with-anthy-utf8 ||
@@ -117,6 +147,16 @@
  * pkg-config
  * ruby
  * git
+
+Ubuntu:
+{{{
+$ sudo apt-get install librsvg2-bin libtool ruby git
+}}}
+
+Fedora:
+{{{
+$ sudo yum install libtool ruby
+}}}

 First, obtain development version from the Git repository.
 {{{

Reply via email to