mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 08:25:32 +00:00
The recommended replacement for `setup.py build` is to use the `build` module, so we have to add this as additional build dependency. This change also removes the `devdist` target from the makefile - it isn't referenced in any script, so I think we can do without. Unfortunately the `python3-build` package available on Ubuntu 22.04 Jammy is buggy and looks for `/usr/local/bin/python` so we can't use that. Instead we continue to use `setup.py` for building on Jammy. |
||
|---|---|---|
| .. | ||
| debian | ||
| docs/help | ||
| ibus-keyman | ||
| keyman-config | ||
| keyman-system-service | ||
| scripts | ||
| .gitignore | ||
| build.sh | ||
| CodeCoverageReports.html | ||
| history.md | ||
| LICENSE.md | ||
| Makefile | ||
| README.md | ||
Keyman for Linux
See /docs/linux/README.md for documentation.