I'm trying to compile the C program tsschecker for Windows(on my Mac). I installed mingw-w64
with brew install mingw-w64
, but I'm not sure how to use it to compile the program for Windows.
The Github repo for tsschecker includes instructions to compile for macOS and Linux(using make
), but not Windows(but it includes Windows in the compatibility list).
I have access to a Windows machine if needed.
How can I compile tsschecker for Windows?
There is a GitHub Actions script to build binaries for Windows and Linux at 1Conan/tsschecker and there are prebuilt binaries at releases.