batermj / libcangjie

CangJie Input Method Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libcangjie

CangJie Input Method Library

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.

Note: On some multilib-enabled Linux distributions, the 64 bits libraries are installed in /usr/lib64. If building for such a 64 bits distribution, you should pass the --libdir=/usr/lib64 parameter to the configure script.

Dependencies

You will need the following to build this library:

Legal

Copyright (C) 2012 Wan Leung Wong

libcangjie is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

libcangjie is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with libcangjie. If not, see http://www.gnu.org/licenses/.

About

CangJie Input Method Library

License:GNU Lesser General Public License v3.0


Languages

Language:C++ 68.7%Language:Python 9.5%Language:Perl 8.2%Language:Makefile 6.2%Language:Shell 5.1%Language:M4 2.2%