forked from wanleung/ibus-cangjie
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
59 lines (39 loc) · 1.74 KB
/
README
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
This is an IBus engine for users of the Cangjie and Quick input methods.
It is primarily intended to Hong Kong people who want to input Traditional
Chinese, as they are (by far) the majority of Cangjie and Quick users.
However, it should work for others as well (e.g to input Simplified Chinese).
Note that the actual input logic is handled by libcangjie:
https://github.com/wanleung/libcangjie/
Getting the source code
=======================
The Git sources are available at the following address:
https://github.com/bochecha/ibus-cangjie
Installing
==========
This is pretty much a standard Autotools project. You can install it with the
usual sequence::
$ ./configure
$ make
# make install
Of course, if you got the sources from Git, you will need to run the
``autogen.sh`` script first.
The engine and its setup UI should work with Python 2 or 3. The default is
Python 2, and you can build with Python 3 instead by passing the appropraite
option to the ``configure`` script::
$ configure --enable-python3
Legal
=====
This software is released under the terms of the GNU Lesser General Public
License (LGPL) version 3 or any later version.
We won't ask you to sign a copyright assignment or any other long and tedious
legal document, so just send us your patches!
pycanberra
==========
ibus-cangjie requires pycanberra to play event sounds.
However, pycanberra hasn't been ported to Python 3 yet:
https://github.com/psykoyiko/pycanberra/pull/2
To avoid being blocked, we are currently bundling it in ibus-cangjie.
It is a temporary solution, though, which should be resolved as soon as
possible.
pycanberra is under the LGPL license, you can get it from there:
https://github.com/psykoyiko/pycanberra/blob/master/COPYING