fix macro dialog
[platform/core/uifw/ise-engine-unikey.git] / INSTALL
1 Scim-Unikey IME
2 ---------------
3 Copyright (C) 2008-2009 Ubuntu-VN <http://www.ubuntu-vn.org>
4 Author: Le Quoc Tuan <mr.lequoctuan@gmail.com>
5 Home: http://scim-unikey.googlecode.com
6 License: GNU LESSER GENERAL PUBLIC LICENSE v2.1
7 ---------------------------------------------
8 Install from source:
9 --------------------
10 Basic step:
11        ./configure --prefix=/usr
12        make
13        make install
14 ----------
15 On Ubuntu:
16     1. Install some package for build:
17        sudo apt-get install build-essential libscim-dev
18
19     2. Open a Terminal, change directory to parent of scim-unikey-version.tar.bz2 and type
20        tar xvjf scim-unikey-version.tar.bz2
21        ./configure --prefix=/usr
22        make
23        sudo make install
24
25        (for smaller size use: sudo make install-strip)
26
27     3*. For uninstall, type:
28        sudo make uninstall
29
30 If you have difficult with compile or using, goto http://forum.ubuntu-vn.org/viewforum.php?f=85