fourdollars / ibus-zhuyin

A zhuyin (phonetic) Chinese input method.

Home Page:https://fourdollars.github.io/ibus-zhuyin/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A zhuyin (phonetic) Chinese input method.

https://fourdollars.github.io/ibus-zhuyin/

License:GNU General Public License v3.0


Languages

Language:Objective-C 73.1%Language:C 20.5%Language:Makefile 2.8%Language:M4 2.4%Language:Shell 1.3%