Make for Windows

Posted lingr7

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Make for Windows相关的知识,希望对你有一定的参考价值。

有三种方法在windows上使用make
第一种是
从官网下载 make.exe Make for Windows
除了最后一步里的源码,完整安装。
把安装路径添加到环境变量 PATH 中.

第二种是chocolatey
参考chocolaty官网安装chocolatey,管理员运行power shell,

Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString(‘https://chocolatey.org/install.ps1‘))

接着

choco install make

第三种是安装mingw,里面有mingw32-make.exe,拷贝之后重命名为make.exe添加到环境变量PATH

以上是关于Make for Windows的主要内容,如果未能解决你的问题,请参考以下文章

httpd Server not started: (13)Permission denied: make_sock: could not bind to address [::]:8888(代码片段

[异常解决] Make nRF51 DFU Project Appear "fatal error: uECC.h: No such file or directory"(代码片段

1 代码片段1

代码片段 - Golang 实现集合操作

CentOS下安装mysql,make时出错make[1]: Nothing to be done for `all'.

CentOS下安装mysql,make时错误make[1]: Nothing to be done for `all'.