findarray30code/README.md

32 lines
949 B
Markdown
Raw Normal View History

2016-04-09 06:17:36 +08:00
Summary
---------------
Code-searcher for Array30, a chinese input method. under X11 license
2016-04-09 06:23:37 +08:00
It supports CJK characters, incl. Extension A - E.
2016-04-09 06:17:36 +08:00
Dependencies
----------------
2016-04-09 06:23:12 +08:00
* Python >= 3.4 (with "sqlite3" module)
2016-04-09 06:17:36 +08:00
* Python3-PyQt4 >= 4.11
* sqlite3 module for Python 3.4
* libQt >= 4.8.5
* pip3 (recommented)
* Hanazono Font (for some characters in Extention blocks)
Install (Under *nix)
-----------------------------
2016-04-09 06:24:19 +08:00
1. Install the dependencies above
2. download the zip file of all the source code, and extract it.
3. open a terminal and enter the main folder of the source code, then key in:
2016-04-09 06:17:36 +08:00
./setup.py install
2016-04-09 06:24:19 +08:00
4. If the depended packages listed above can be install on windows, it may be executed on Windows (I'm not so sure).
2016-04-09 06:17:36 +08:00
Remove
---------------
2016-04-09 06:23:12 +08:00
It's recommented to remove it with "pip3". Please use the command after being sure that you have the authority to access the folder:
2016-04-09 06:17:36 +08:00
2016-04-09 06:23:12 +08:00
pip3 uninstall findarray30code