mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 00:15:32 +00:00
372 B
372 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 (>= 1.0)
Building
./build.sh clean configure build
./build.sh test
sudo ./build.sh install
For a debug build:
./build.sh --debug clean configure build