File: README

package info (click to toggle)
scim-hangul 0.3.2-1
  • links: PTS
  • area: main
  • in suites: lenny, squeeze
  • size: 5,936 kB
  • ctags: 1,450
  • sloc: sh: 19,383; ansic: 8,530; perl: 2,619; cpp: 1,566; makefile: 599; yacc: 288; sed: 16
file content (62 lines) | stat: -rw-r--r-- 2,053 bytes parent folder | download
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.3 or newer to build scim-hangul 0.3.0. You can
    download libhangul here:
    Project page: http://kldp.net/projects/hangul/
    Download page: http://kldp.net/frs/?group_id=362

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.