File: README

package info (click to toggle)
scim-chewing 0.5.1-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 400 kB
  • sloc: cpp: 2,279; sh: 489; perl: 238; makefile: 81
file content (34 lines) | stat: -rw-r--r-- 900 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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!