View on GitHub

Cangjians

Arch Linux

ibus-cangjie has not been included in official repository yet, but only in AUR. If it works for you and you like it, please don’t hesitate to vote it on upvote it. So you can install it with yay:

$ yay -S ibus-cangjie

Debian Unstable / Sid

IBus Cangjie is included in the default Debian repositories, so you can just install it with apt-get, as the root user:

# apt-get install ibus-cangjie

Fedora

IBus Cangjie is included in the default Fedora repositories, so you can just install it with yum:

$ sudo yum install ibus-cangjie

Gentoo

IBus Cangjie is included in the Gentoo repositories. It is currently masked. You will need to add “app-i18n/ibus-cangjie” to your /etc/portage/package.accept_keywords or use autounmask. Once unmasked install as root with :

$ emerge app-i18n/ibus-cangjie

Ubuntu 14.04

IBus Cangjie is included in the default Ubuntu repositories, starting with the 14.04 release, so you can install it with apt-get:

$ sudo apt-get install ibus-cangjie

Build from the sources

Dependencies

To build IBus Cangjie, you will need the following:

Install from a release tarball

Download a release tarball from the download section of our website.

From the root folder of the unpacked tarball, do the usual Autotools dance:

$ ./configure
$ make
$ sudo make install

Install from Git

First, you need to clone the development repository:

$ git clone git://github.com/Cangjians/ibus-cangjie

Then, from the root folder of the Git clone, do the usual Autotools dance:

$ ./autogen.sh
$ make
$ sudo make install