spiegel-keyman/core/doc/BUILDING.md
Marc Durdin 3a2540b077 feat(developer): remove kmcomp
Removes kmcomp.dpr, related source, compilekeymanweb.pas, and related
unit tests.

Cleans up a couple of bits and pieces around kmc in order to help tests
to pass, and updates some tests that had legacy code in them
(particularly missing &TARGETS stores).
2023-09-09 17:47:15 +02:00

10 lines
257 B
Markdown

# How to build the keyboard processor
## Prerequisites
See [build configuration](../../docs/build/index.md) for details on how to configure your build environment.
## Building
On all platforms, use `build.sh`.
* See `./build.sh --help` for more details