Hanjp-IM / libhanjp

The libarary for Hanjp engines.
GNU Lesser General Public License v2.1
6 stars 7 forks source link

It is a library implemented for Hanjp input method engines. It is designed on GObject type system, so that it is easily portable to many platforms. You can use GObject Introspection for cross-language interoperability.

How to build

git clone --recurse-submodules https://github.com/Hanjp-IM/libhanjp.git
cd libhanjp
mkdir build
cd build
cmake ..
make

Dependencies

Currently, the library depends on two packages.

glib-2.0
libhangul

How to install above

# On ubuntu
sudo apt update && sudo apt install libglib2.0-dev libhangul-dev