spiegel-keyman/developer/kmcompx
Sabine 9a21e0837c sorted out some #includes
renamed some functions to reduce ambiguity
2022-08-08 16:32:19 +02:00
..
include sorted out some #includes 2022-08-08 16:32:19 +02:00
src refactor(developer): fixup path to tests 2022-07-20 17:49:17 +02:00
tests refactor(developer): fixup path to tests 2022-07-20 17:49:17 +02:00
.gitignore chore: remove unnecessary files 2022-07-14 16:54:52 +10:00
getversion.bat changes in meson + include-paths of several files 2022-07-13 14:36:27 +02:00
getversion.sh changes in meson + include-paths of several files 2022-07-13 14:36:27 +02:00
meson.build changes in meson + include-paths of several files 2022-07-13 14:36:27 +02:00
README.md changes in meson + include-paths of several files 2022-07-13 14:36:27 +02:00

kmcompx: compile .kmn to .kmx

How to start building on Windows:

  1. Start a Visual Studio Command Prompt
  2. meson setup build
  3. cd build
  4. meson compile
  5. meson test

Note: this setup does not currently work in bash on Windows.