summaryrefslogtreecommitdiff
path: root/README
blob: 64f2e768b4201da11f3817a99dce525f19629603 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
libhangul
A library to support hangul input method logic, hanja dictionary and small
hangul character classification.

How to build
 From tarball
  $ ./configure
  $ make
  # make install

 From source repository
  $ ./autogen.sh
  $ ./configure
  $ make
  # make install

Download:
 * https://github.com/choehwanjin/libhangul/releases

Bug report:
 * https://github.com/choehwanjin/libhangul/issues

Web sites
 * Project page: https://github.com/choehwanjin/libhangul