Windows安装MinGW编译器使用make
参考https://blog.csdn.net/Nicholas_Liu2017/article/details/78323391
下载MinGW:http://sourceforge.net/projects/mingw/files/latest/download?source=files
安装MinGW:直接安装软件,即可安装mingw-get.exe
在mingw-get中安装C++ Compiler等:
安装完成后,在bin文件夹,将mingw32-make.exe重命名为make.exe
设置环境变量
即可使用:make
Windows安装MinGW(支持32和64版)(支持32和64的mingw)
https://sourceforge.net/projects/mingw-w64/files/
选择x86_64和sjlj
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)