mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
This change adds additional checks for the symbols file: - if a line with a method name gets changed, the package version number in that line also needs to be updated - for major API changes (methods renamed or removed) the API version numbers needs to be incremented - the API version numbers in the .symbols file and in `CORE_API_VERSION.md` need to match
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.57)
Building
./build.sh clean configure build
./build.sh test
sudo ./build.sh install
For a debug build:
./build.sh --debug clean configure build