# 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.