libhangul
한글 입력을 위한 루틴을 구현한 라이브러리입니다.

빌드 방법:
    $ ./configure
    $ make
    # make install

python 모듈 빌드 방법:
    $ cd bindings/pyhangul
    $ make
    # make install


libhangul

How to build:
    $ ./autogen.sh
    $ ./configure
    $ make

How to install python module 'pyhangul':
    $ cd bindings/pyhangul
    $ make
    login as root
    # make install
