随笔分类 - MSYS
摘要:mingw64工具链:http://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win32/Personal%20Builds/sezero_4.5_20111101/mingw-w32-bin_i686-mingw_20111101_sezero.zip/download1. 解决git下载后common.mak138错误:(参考:http://blog.csdn.net/tttyd/article/details/8824345)git config --global core.autocrlf fa
阅读全文
摘要:MSYS模仿了Linux下的编译环境,但与Windows上IDE比起来,不足的是需要自己写Makefile。因此也可以搭建类似Linux的automake环境来生成Makefile。1 下载与安装 下载如下工具或组件:autoconf,automake,m4,libtool,perl,crypt。 下载地址:http://sourceforge.net/projects/mingw/files/MSYS/ 其中autoconf,automake是主要使用工具;m4,libtool是必要工具;perl是支撑工具;crypt是支撑库。libtool和crypt以库的形式下载。 下载好的文件如下,解
阅读全文
浙公网安备 33010602011771号