3
0
Fork
You've already forked scim-chewing
0
SCIM libchewing engine https://chewing.im/
This repository has been archived on 2026年03月28日. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • C++ 72.5%
  • Shell 12.9%
  • Perl 8.4%
  • M4 2.5%
  • C 1.9%
  • Other 1.8%
Find a file
ChangZhuo Chen (陳昌倬) 1f05be7a6b Fix condition
chewing_zuin_Check and chewing_bopomofo_Check have different output.
2016年05月13日 09:18:13 +08:00
autotools configure.ac: Make use of AC_CONFIG_AUX_DIR. 2008年10月01日 08:00:38 +00:00
data 2006年05月10日 Jim Huang <jserv.tw@gmail.com> 2006年05月09日 16:50:56 +00:00
po update PO translations 2014年04月19日 23:44:54 +08:00
scripts scripts: Add ChangeLog generator 2012年12月31日 13:48:11 +08:00
src Fix condition 2016年05月13日 09:18:13 +08:00
.gitignore Add .gitignore 2013年07月29日 04:49:37 +08:00
.travis.yml make CI build faster 2014年08月14日 00:14:15 +08:00
ABOUT-NLS r518@kcm: kanru | 2005年01月27日 10:03:19 +0800 2005年01月27日 02:15:14 +00:00
AUTHORS update my email address 2015年06月02日 23:09:59 +08:00
autogen.sh autogen: remove automake version hack 2016年05月11日 10:21:59 +08:00
configure.ac Export LIBTOOL_EXPORT_OPTIONS 2015年08月21日 23:54:45 +08:00
COPYING r518@kcm: kanru | 2005年01月27日 10:03:19 +0800 2005年01月27日 02:15:14 +00:00
Makefile.am r518@kcm: kanru | 2005年01月27日 10:03:19 +0800 2005年01月27日 02:15:14 +00:00
NEWS update NEWS 2014年04月19日 23:36:35 +08:00
README update libchewing dependency 2014年04月20日 12:59:42 +08:00
scim-chewing.spec.in we have new domain: chewing.im 2013年08月07日 00:57:31 +08:00
TODO Update TODO list. 2008年11月30日 05:23:52 +00:00

How to build SCIM-chewing
=========================
1. Make sure you have installed development packages of SCIM, whose
 version must be 1.0.0 or above.
 Take Debian/Ubuntu as example:
 # apt-get install scim-dev
2. Make sure you have installed libchewing 0.4.0 (or above version).
 # ./autogen.sh
 # ./configure
 # make
 # sudo make install
3. Now, it's ready to build SCIM-chewing.
 # ./autogen.sh (Ignore this line if you don't check out from svn.)
 # ./configure
 # make
 # sudo make install
How to launch SCIM-chewing
==========================
1. Make sure you have alread installed SCIM-chewing, to see if the
 following file exists or not.
 # ls /usr/lib/scim-1.0/*/IMEngine/chewing.so
2. Set up SCIM, and specify the proper modules, such as XIM frontend,
 GTK+ im-module, and QT im-module.
3. Assign IM engine to Traditional Chinese/Chewing.
Have Fun!