Installation Instructions
*************************

0. Required: 

    meson         >= 0.57.0
    ibus-1.0      >= 1.5.4
    glib-2.0      >= 2
    gtk4          >= 4
    libadwaita-1
    libchewing    >= 0.9.0
   
1. Extract source and enter the extracted directory, then:

    meson setup build --buildtype release --prefix /usr
    meson compile -C build

2. Install and register schemas:

    sudo meson install -C build
    sudo glib-compile-schemas /usr/share/glib-2.0/schemas/

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

4. Restart iBus and Enjoy!

    ibus restart

To see other available build options, use

    meson configure build
