File: README

package info (click to toggle)
libhangul 0.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 11,468 kB
  • sloc: ansic: 8,619; python: 631; xml: 402; makefile: 211; ruby: 26; sh: 14
file content (24 lines) | stat: -rw-r--r-- 463 bytes parent folder | download | duplicates (2)
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/libhangul/libhangul/releases

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

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