windows - 如何在 Windows 中运行 makefile?

标签 windows makefile

我下载了一些演示,它们附带了 Makefile.win 和 Makefile.sgi。如何在 Windows 中运行这些来编译演示?

最佳答案

您可以安装GNU makechocolatey ,一个维护良好的包管理器,它将添加 make 到全局路径并在所有 CLI(powershell、git bash、cmd 等)上运行,从而为您节省大量维护和初始设置的时间来运行 make。

  1. 安装chocolatey package manager对于Windows
    兼容 Windows 7+/Windows Server 2003+

  2. 运行choco install make

我不属于 choco,但我强烈推荐它,到目前为止它从未让我失望过,而且我确实有无意中破坏软件的天赋。

关于windows - 如何在 Windows 中运行 makefile?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54505535/

相关文章:

python - process.communicate 和 getche() 失败

c# - 如何使用 .NET 检测 Windows 64 位平台?

c++ - CMake "--target install"没有 "--build"命令行

c++ - 如何在 Mac OS 上设置 opencv 的路径?

c# - 自动关闭windows资源管理器

windows - 你能在 VBScript MsgBox 中的按钮之间输入 'mix and match' 吗?

windows - 用不同的编号替换编号的文件名,而不会与文件夹中的其他文件冲突

c - 终端上的内存分配首次编译错误

c++ - GDB 找不到调试符号

ubuntu - Ocaml 没有创建 .o 文件