mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 17:05:34 +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
23 lines
373 B
Markdown
23 lines
373 B
Markdown
# 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](../../linux/ibus-keyman/).
|
|
|
|
## Requirements
|
|
|
|
meson (>= 0.57)
|
|
|
|
## Building
|
|
|
|
```bash
|
|
./build.sh clean configure build
|
|
./build.sh test
|
|
sudo ./build.sh install
|
|
```
|
|
|
|
For a debug build:
|
|
|
|
```bash
|
|
./build.sh --debug clean configure build
|
|
```
|