Revision: 142
Author: Shawn.P.Huang
Date: Mon Jul 27 20:39:44 2009
Log: Edited wiki page through web user interface.
http://code.google.com/p/ibus/source/detail?r=142
Modified:
/wiki/Install.wiki
=======================================
--- /wiki/Install.wiki Tue Jun 23 17:54:43 2009
+++ /wiki/Install.wiki Mon Jul 27 20:39:44 2009
@@ -8,7 +8,10 @@
* dbus-glib >= 0.74
* dbus-python >= 0.83.0
* iso-codes
- * qt >= 4.4.0 _*(if want to build qt4 im module)*_
+
+== ibus-qt ==
+ * cmake
+ * qt >= 4.5
== Individual Input Method Dependencies ==
=== ibus-anthy ===
@@ -69,6 +72,15 @@
*(Replace the string _i386-redhat-linux-gnu_ or path
_/usr/lib/gtk-2.0/2.10.0/immodules/im-ibus.so_ with the setting that
matches your system.)*
= Build & Install IBus components =
+== Build & Install IBus Qt input method plugin ==
+{{{
+ $ git clone git://github.com/phuang/ibus-qt.git ibus-qt
+ $ cd ibus-qt
+ $ cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Debug
+ $ make
+ $ sudo make install
+}}}
+
== Build & Install PinYin engine ==
{{{
$ git clone git://github.com/phuang/ibus-pinyin.git ibus-pinyin
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "ibus-devel" group.
iBus project web page: http://code.google.com/p/ibus/
iBus dev group: http://groups.google.com/group/ibus-devel?hl=en
-~----------~----~----~----~------~----~------~--~---