Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/bash/18.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/shell/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
“如何运行”;制造;windows中gitbash中的命令?_Bash_Shell_Makefile_Git Bash - Fatal编程技术网

“如何运行”;制造;windows中gitbash中的命令?

“如何运行”;制造;windows中gitbash中的命令?,bash,shell,makefile,git-bash,Bash,Shell,Makefile,Git Bash,有人能帮我在windows中使用“make”命令运行Makefile吗。当我尝试从git bash运行时,出现以下错误 $make build bash:make:未找到命令 $make部署 bash:make:未找到命令 在gitbash或其他什么东西中是否有安装此软件的方法,或者我是否需要使用其他windows工具?听起来Make不在gitbash的路径中 将显示一个快速搜索,建议执行以下步骤: 转到ezwinports 下载make-4.1-2-without-guile-w32-bin

有人能帮我在windows中使用“make”命令运行Makefile吗。当我尝试从git bash运行时,出现以下错误

$make build bash:make:未找到命令

$make部署 bash:make:未找到命令


在gitbash或其他什么东西中是否有安装此软件的方法,或者我是否需要使用其他windows工具?

听起来Make不在gitbash的路径中

将显示一个快速搜索,建议执行以下步骤:

  • 转到ezwinports
  • 下载make-4.1-2-without-guile-w32-bin.zip(获取不带guile的版本)
  • 拔掉拉链
  • 将内容复制到Git\mingw64\合并文件夹,但不要覆盖/替换任何现有文件

导游已经好几岁了。在采取行动之前,您可能需要阅读一些评论。

您是否尝试明确指定要执行的路径?