spiegel-keyman/developer/kmcompx
2022-08-19 08:01:28 +02:00
..
include chore(developer): removed files from kmcompx/include/ 2022-08-11 14:21:06 +02:00
src fix(developer): solved linker errors 2022-08-11 08:47:02 +02:00
tests chore(developer): added return Msgs for different types of errors while compiling 2022-08-19 08:01:28 +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 chore(developer): chanched include of pch.h 2022-08-11 13:50:50 +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.