标签: c compilation mingw mingw-w64
我正在尝试为Windows(在Mac上)编译C程序tsschecker。我在mingw-w64上安装了brew install mingw-w64,但不确定如何使用它来编译Windows程序。
mingw-w64
brew install mingw-w64
tsschecker的Github存储库包含针对macOS和Linux进行编译的说明(使用make),但不包括Windows(但在兼容性列表中包括Windows)。
make
如果需要,我可以访问Windows计算机。
如何为Windows编译tsschecker?