forked from chewing/ibus-chewing
-
Notifications
You must be signed in to change notification settings - Fork 0
/
INSTALL
37 lines (27 loc) · 883 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
31
32
33
34
35
36
37
Installation Instructions
*************************
0. Required:
cmake >= 2.6.2
ibus >= 1.3
glib >= 2
gob >= 2.0.16
gtk >= 2
libchewing >= 0.3.3
libX11
1. Remove the old build cache:
If you have previous ibus-chewing, or change between ibus 1.1 and ibus 1.2,
You may need to remove CMakeCache.txt
2. Extract source and enter the extracted directory, then:
cmake . -DCMAKE_INSTALL_PREFIX='/usr' -DLIBEXEC_DIR='/usr/libexec'
make
Change CMAKE_INSTALL_PREFIX and LIBEXEC_DIR if you want to install
in different directories.
3. If you have previous version installed, then need to:
make uninstall_schemas
4. Install and register schemas:
sudo make install
make install_schemas
5. Use iBus UI or run ibus-setup to add ibus-chewing.
6. Restart iBus and Enjoy!
To see other available build targets, use
make help