make' 不被识别为内部或外部命令 Windows 10 Anaconda

make' is not recognized as an internal or external command Windows 10 Anaconda

我正在尝试 运行 我笔记本电脑上的 biostars 页面。 Example.

我正在按照 here 上的安装说明进行操作。

我一直关注所有内容,直到第 make forum demo

我在 运行 这个命令时收到这个错误。

'make' is not recognized as an internal or external command,
operable program or batch file.

我寻找答案并找到了 this question

这个问题的最佳答案说我可能缺少选项,但我不确定这些选项是什么。

感谢任何帮助。

您需要在电脑上安装mingw

以下是在windows中安装mingw并启动biostar server

的步骤
  1. 安装 mingw-get-setup.exe
  2. 打开C:\MinGW\bin\mingw-get.exe
  3. 安装 mingw32-make
  4. 将“C:\MinGW\bin”中的所有内容复制到包含“makefile”的文件夹中
  5. 从您的文件夹路径打开 cmd
  6. 在cmd中执行“mingw32-make forum demo”命令