spiegel-keyman/docs/linux/ibus-keyman.md
Eberhard Beilharz 30250e3d8d
chore(linux): Enhance GHA API check
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
2023-10-26 18:04:43 +02:00

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
```