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
