Skip to content
forked from Hanjp-IM/libhanjp

The libarary for Hanjp engines.

License

LGPL-2.1, Unknown licenses found

Licenses found

LGPL-2.1
LICENSE
Unknown
COPYING
Notifications You must be signed in to change notification settings

JSYoo5B/libhanjp

 
 

Repository files navigation

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 can we 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 can we install above?

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

Install with package manager

ArchLinux AUR

git clone https://aur.archlinux.org/libhanjp-git.git
makepkg -si

About

The libarary for Hanjp engines.

Topics

Resources

License

LGPL-2.1, Unknown licenses found

Licenses found

LGPL-2.1
LICENSE
Unknown
COPYING

Stars

Watchers

Forks

Languages

  • C 88.3%
  • C++ 8.6%
  • CMake 3.1%