File: INSTALL

package info (click to toggle)
ibus-chewing 1.4.10.1-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 872 kB
  • ctags: 119
  • sloc: ansic: 1,412; makefile: 28
file content (37 lines) | stat: -rw-r--r-- 880 bytes parent folder | download | duplicates (3)
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: 
    libchewing>=0.3.2-16 (with chewing_zuin path, or upstream r1048),
    cmake >=2.4
    gob  >=2
    gettext
    gtk2
    GConf2
    libXtst
   
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