Make for Windows
2021-03-04 06:26
标签:环境变量path make ps1 web htm ice ORC obj load 有三种方法在windows上使用make 第二种是chocolatey 接着 第三种是安装mingw,里面有mingw32-make.exe,拷贝之后重命名为make.exe添加到环境变量PATH Make for Windows 标签:环境变量path make ps1 web htm ice ORC obj load 原文地址:https://www.cnblogs.com/lingr7/p/12950522.html
第一种是
从官网下载 make.exe Make for Windows
除了最后一步里的源码,完整安装。
把安装路径添加到环境变量 PATH 中.
参考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
上一篇:Win10家庭版升级到企业版