mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 08:25:32 +00:00
373 B
373 B
Keyman engine for IBus
All commands to be run in linux/ibus-keyman.
Source code for Keyman engine for IBus is in linux/ibus-keyman.
Requirements
meson (>= 0.53)
Building
./build.sh clean configure build
./build.sh test
sudo ./build.sh install
For a debug build:
./build.sh --debug clean configure build