MINGW64的"make build"错误:"bash:make:找不到命令"; [英] MINGW64 "make build" error: "bash: make: command not found"

查看:1598
本文介绍了MINGW64的"make build"错误:"bash:make:找不到命令";的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在Windows 10上工作.我想在MINGW64中运行"make build",但出现以下错误:

I am working on Windows 10. I want to run a "make build" in MINGW64 but following error comes up:

$ make build
bash: make: command not found

我要构建 Glide for Golang

我尝试了以下操作:

$ sudo yum install build-essential
bash: sudo: command not found

以及:

$ yum install build-essential
bash: yum: command not found

并且:

$ apt-cyg build-essential
bash: apt-cyg: command not found

如何解决此问题?

推荐答案

您必须安装mingw-get,然后您可以运行mingw-get install msys-make使命令可用.

You have to install mingw-get and after that you can run mingw-get install msys-make to have the command make available.

这里是您想要的链接 http://www.mingw.org/wiki/getting_started

这篇关于MINGW64的"make build"错误:"bash:make:找不到命令";的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆