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