Installation Instructions
*************************
0. Required: 
    cmake      >= 3.21.0
    ibus       >= 1.3
    glib       >= 2
    gob        >= 2.0.16
    gtk        >= 3
    libchewing >= 0.5.1
   
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 -B build . --install-prefix /usr
    cmake --build build

3. Install and register schemas:

    sudo cmake --build build -t install
    sudo glib-compile-schemas /usr/share/glib-2.0/schemas/


4. Use iBus UI or run ibus-setup to add ibus-chewing.

5. Restart iBus and Enjoy!

    ibus restart

To see other available build targets, use

    cmake --build build -t help
