摘要: page https://www.msys2.org/ 下载 https://mirror.tuna.tsinghua.edu.cn/msys2/distrib/ 特色源 ├── etc │ ├── pacman.d │ │ ├── mirrorlist.mingw32 │ │ ├── mirror 阅读全文
posted @ 2021-03-03 16:23 fndefbwefsowpvqfx 阅读(192) 评论(0) 推荐(0)
摘要: Downloads The heart of the Mingw-w64 project is headers and support libraries to run the output of GCC on Windows. Since Mingw-w64 is neither the home 阅读全文
posted @ 2021-03-03 15:30 fndefbwefsowpvqfx 阅读(139) 评论(0) 推荐(0)
摘要: cygwin可以编译生成windows下供调用的dll,包括vc可识别的lib。 Cygwin-GCC Cygwin自带了一个GCC, 用于把C/C++-Source编译成Cygwin平台下的EXE/DLL, 使用Cygwin必须用其自带的GCC, 因为内部会生成一些针对于平台的特定的初始化代码, 阅读全文
posted @ 2021-03-03 12:54 fndefbwefsowpvqfx 阅读(1482) 评论(0) 推荐(1)