Add the libhangul dependency
[framework/uifw/ise-engine-hangul.git] / README
1 * Introduction
2
3 Scim-hangul is a SCIM IMEngine module for inputing korean scripts. Scim-hangul
4 is for native speakers, not for foreigners. If you don't want to learn korean
5 keyboard layout, use scim-table :)
6 For SCIM, see: http://www.scim-im.org/
7
8 * Feature
9
10 This engine supports 2 beolsik, 3 beolsik final, 3 beolsik 390, 3 beolsik
11 no-shift and etc. You can input chinese character (hanja) with F9 key when you
12 have preedit string.
13
14 Check other korean input methods here:
15 http://wiki.kldp.org/wiki.php/KoreanInputMethod
16
17 * Build instructions
18 Install SCIM
19     You need SCIM to use scim-hangul. Install SCIM first. 
20     See this URL: http://www.scim-im.org/
21
22 Download libhangul
23     You need libhangul 0.0.3 or newer to build scim-hangul 0.3.0. You can
24     download libhangul here:
25     Project page: http://kldp.net/projects/hangul/
26     Download page: http://kldp.net/frs/?group_id=362
27
28 Build libhangul and install
29     Follow this commands:
30
31     $ ./configure --prefix=[where you want to install libhangul]
32     $ make
33     # make install
34
35     If you want to install libhangul to system directory, you need to login
36     as root.
37
38 Build and install scim-hangul
39     Follow this commands:
40
41     $ ./configure --prefix=[where you want to install scim-hangul]
42     $ make
43     # make install
44     
45     If you installed libhangul into different directory with pkgconfig, you may
46     need to set environment variable PKG_CONFIG_PATH. For example, if you 
47     installed libhangul in '/usr/local', you can set PKG_CONFIG_PATH as:
48
49     in bash:
50         $ export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/usr/lib/pkgconfig
51
52     in csh:
53         % set PKG_CONFIG_PATH /usr/local/lib/pkgconfig:/usr/lib/pkgconfig
54
55 * Usage
56     If you installed SCIM correctly, you can see SCIM icon in Notification
57     area (or system tray). Move the focus to some widgets which can input
58     text and click the SCIM icon in Notification area, then you can see
59     language selection menu. There, choose korean(or hangul). Now you can
60     input korean.
61
62     You can change keyboard layouts on SCIM palette.