IBus is an Intelligent Input Bus. It is a new input framework for Linux OS. It provides full featured and user friendly input method user interface.
This package is known to build and work properly using an LFS-7.3 platform.
Download (HTTP): http://ibus.googlecode.com/files/ibus-1.5.2.tar.gz
Download MD5 sum: 1b6b9c91089767762e00f8b5858d1b59
Download size: 1.8 MB
Estimated disk space required: 50 MB
Estimated build time: 0.4 SBU
DConf-0.14.1 and ISO Codes-3.42
gobject-introspection-1.34.2, GTK+-2.24.17 and Vala-0.18.1
D-Bus Python Bindings-1.1.1, GTK-Doc-1.18 and pyxdg
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/ibus
Install IBus by running the following commands:
./configure --prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib/ibus &&
make
To test the results, issue: make check.
Now, as the root user:
make install
--disable-gtk2: This switch disables
building of the GTK+ 2 immodule.
Use it if you have not installed GTK+
2.
--enable-gtk-doc: Use this parameter if
GTK-Doc is installed and you wish
to rebuild and install the API documentation.
Last updated on 2013-04-27 18:04:22 +0000