Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 562 Bytes

README.md

File metadata and controls

26 lines (23 loc) · 562 Bytes

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