加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 综合聚焦 > 服务器 > Windows > 正文

如何在Windows中运行makefile

发布时间:2020-12-13 20:19:55 所属栏目:Windows 来源:网络整理
导读:我有文件夹包含文件: 如何运行makefile?在控制台中,我键入:make,并且说没有找到makefile. 尝试使用MSYS: http://www.mingw.org/wiki/MSYS MSYS is a collection of GNU utilities such as bash,make,gawk and grep to allow building of applications an
我有文件夹包含文件:

如何运行makefile?在控制台中,我键入:make,并且说没有找到makefile.

尝试使用MSYS: http://www.mingw.org/wiki/MSYS

MSYS is a collection of GNU utilities such as bash,make,gawk and
grep to allow building of applications and programs which depend on
traditionally UNIX tools to be present.

这允许在Windows下运行类似bash的脚本.

MSYS包含在MinGW包(direct download)中.

MinGW Shell:

注意:CygWin也可以这样做,我想.

编辑:上面MinGW的链接是32位.如果您对64位版本感兴趣,请查看here.

编辑:已经进行了更改,Windows Installer现在附带一堆可安装的软件包(非常类似于Debian下的apt-get install).它配有一个允许选择/定制其他工具的GUI.从here下载(以上链接已被弃用).

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读