Skip to content
README 673 B
Newer Older
* COMMENT -*- mode: org -*-
#+Date: 2019-09-02
Time-stamp: <2019-09-02>

* zero-panel
zero-panel is a dbus service to provides a gtk3 based panel for showing
candidates for zero-el input methods.

You can check zero-el document at https://blog.emacsos.com/zero-el.html
Yuanle Song's avatar
Yuanle Song committed

* To build zero-panel
Get [[https://mesonbuild.com][meson build tool]].

#+BEGIN_SRC sh
apt install libgtk-3-dev libglib2.0-dev meson
# in zero-panel source dir
meson setup --buildtype release release/
ninja -C release/
#+END_SRC

* To create zero-panel deb package
rsync and [[https://github.com/jordansissel/fpm][fpm]] is required.

#+BEGIN_SRC sh
# in zero-panel source dir
./create-deb.sh
#+END_SRC