spiegel-keyman/developer/kmcompx
2022-11-02 16:48:11 +07:00
..
include chore(developer): change remaining old datatype-names to new names ( e.g. char -> KMX_CHAR ) 2022-10-14 13:59:11 +02:00
src chore(developer): new GetCompilerErrorString() used in AddCompileMessage() 2022-09-14 18:57:32 +02:00
tests chore(developer): use char16_t in CheckFileNameConsistency 2022-11-02 16:48:11 +07:00
.gitignore Merge branch 'refactor/developer/6026-kmcompx-compiler-cross-platform-part-2-NEW_VERSION' of https://github.com/keymanapp/keyman into refactor/developer/6026-kmcompx-compiler-cross-platform-part-2-NEW_VERSION 2022-09-16 16:33:24 +02: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): remove python from meson.build 2022-10-05 17:06:18 +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.