~vcs-imports/x-unikey/trunk

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
Unikey Input Method for X-Window
Copyright (C) 2004 Pham Kim Long
Contact:
   longcz@yahoo.com
   UniKey project: http://unikey.sf.net

================================================

This package contains the following components:
- ukxim: Unikey XIM (X Input Method) server
- unikey: GUI for ukxim and unikey-gtk
- unikey-gtk: GTK vietnamese input method module

You need only ukxim and unikey to type Vietnamese.
unikey-gtk is provided for the covenience of GTK
users.

------------------------------------------------
1. Build process

1.a Build default components:

$ ./configure
$ make

1.b Or build Unikey XIM and unikey-gtk

$ ./configure --with-unikey-gtk
$ make


** SUSE users should provide "configure" with the path to gtk configuration directory.
In SUSE 9.0 it is "/etc/opt/gnome/gtk-2.0". For example:

$ ./configure --with-unikey-gtk --with-gtk-sysconfdir=/etc/opt/gnome/gtk-2.0

** By default, "make install" will install unikey-gtk to deault location
for GTK IM modules (under /usr/lib). If you want to install to a
different location (e.g. when building RPM, deb packages),
use --with-libdir argument.

--------
2. System install:
You must login as root to install this program.

$ make install

To install stripped version (smaller size).

$ make install-strip

----------
3. Usage: See doc/manual