IBus Zhuyin Input Method
Introduction
ibus-zhuyin - a phonetic (Zhuyin/Bopomofo) Chinese input method.
Compile and install manually
$ git clone https://github.com/fourdollars/ibus-zhuyin.git && cd ibus-zhuyin
$ ./autogen.sh
$ ./configure --prefix=/usr --libexecdir=/usr/lib/ibus CFLAGS=-g CXXFLAGS=-g
$ make
$ sudo make install
$ ibus-daemon -r -d -x
Generate Debian source package
$ git clone https://github.com/fourdollars/ibus-zhuyin.git && cd ibus-zhuyin
$ ./release.sh deb
Generate RPM source package
$ git clone https://github.com/fourdollars/ibus-zhuyin.git && cd ibus-zhuyin
$ ./release.sh rpm
License
Copyright 2012-2020 Shih-Yuan Lee (FourDollars)
Licensed under GPL version 3 or any later version - see COPYING file.