mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 00:15:32 +00:00
With this change it's possible to build Keyman from the source tarball by running `./build.sh` from the Keyman root directory. When building Keyman as part of the Ubuntu/Debian packaging, we don't use the toplevel `build.sh` file but instead call the build scripts in the subdirectories. This omits building some components that are currently not needed for running Keyman for Linux. The `dist.sh` script only includes the necessary files in this case, distinguished by the `origdist` parameter. This results in a significantly smaller tarball (2.5MB vs 51MB). This change also enhances the `generate_tar_ignore_list` function so that it is now possible to add `build` to the exclude list to ignore all `build` subdirectories. Fixes: #15544 Build-bot: skip Test-bot: skip |
||
|---|---|---|
| .. | ||
| debian | ||
| docs/help | ||
| ibus-keyman | ||
| include | ||
| keyman-config | ||
| keyman-system-service | ||
| mcompile | ||
| scripts | ||
| tools/teamcity_pytestrunner | ||
| .gitignore | ||
| build.sh | ||
| CodeCoverageReports.html | ||
| history.md | ||
| LICENSE.md | ||
| README.md | ||
Keyman for Linux
See /docs/linux/README.md for documentation.