From e69b3ac1d94af7105844d2eba242c7fede86d6b5 Mon Sep 17 00:00:00 2001 From: Yuanle Song Date: Mon, 2 Sep 2019 17:02:42 +0800 Subject: [PATCH] update README file --- README | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README b/README index 72d7e79..7b798ae 100644 --- a/README +++ b/README @@ -7,3 +7,21 @@ 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 + +* 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 -- GitLab