update documents
[platform/core/uifw/libhangul.git] / README
1 libhangul
2 한글 입력을 위한 루틴을 구현한 라이브러리입니다.
3
4 빌드 방법:
5     $ ./configure
6     $ make
7     # make install
8
9 python 모듈 빌드 방법:
10     $ cd pyhangul
11     $ make
12     # make install
13
14
15 libhangul
16
17 How to build:
18     $ ./autogen.sh
19     $ ./configure
20     $ make
21
22 How to install python module 'pyhangul':
23     $ cd pyhangul
24     $ make
25     login as root
26     # make install