1이것은 GTK+ 3.0 에서 한글을 입력하기 위한 모듈(일종의 플러긴)입니다.
2사용하기 위해서는 GTK+ 3.0 라이브러리가 설치되어 있어야 합니다.
3
4자세한 내용은 다음 웹페이지를 참조하십시오
5http://code.google.com/p/imhangul/
6
7
8
9This is a input module of GTK+3.0 for korean.
10You need GTK+-3.0 or higher to build imhangul.
11
12See these urls for more information:
13http://code.google.com/p/imhangul/
14
15
16Install:
17    You don't need to append configure option to indicate the gtk library path.
18    It will find automatically the current gtk library path.
19
20    tar xzf imhangul-xxx.tar.gz
21    cd imhangul-xxx
22    ./configure
23    make
24    make install
25