-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathINSTALL
31 lines (26 loc) · 921 Bytes
/
INSTALL
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
Scim-Unikey IME
---------------
Copyright (C) 2008-2009 Ubuntu-VN <http://www.ubuntu-vn.org>
Author: Lê Quốc Tuấn <[email protected]>
Home: http://scim-unikey.googlecode.com
License: GNU GENERAL PUBLIC LICENSE v2
---------------------------------------------
Install from source:
--------------------
Basic step:
./configure --prefix=/usr
make
make install
----------
On Ubuntu:
1. Install some package for build:
sudo apt-get install build-essential libscim-dev
2. Open a Terminal, change directory to parent of scim-unikey-version.tar.gz and type
tar xvzf scim-unikey-version.tar.gz
./configure --prefix=/usr
make
sudo make install
(for smaller size use: sudo make install-strip)
3*. For uninstall, type:
sudo make uninstall
If you have difficult with compile or using, goto http://forum.ubuntu-vn.org/viewforum.php?f=85