0

I am trying to run a biostars page on my laptop. Example.

I am following the installation instructions on this here.

I have followed everything up until the line make forum demo

I get this error when I run this command.

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

I have looked for an answer and found this question.

The top answer in this question says that I might be missing options, but I am not sure about what these options are.

Any help appreciated.

funie200
  • 3,688
  • 5
  • 21
  • 34
Lyra Orwell
  • 1,048
  • 4
  • 17
  • 46

1 Answers1

2

You need to install mingw in your pc

following are the steps to install mingw in windows and start biostar server

  1. install mingw-get-setup.exe
  2. open C:\MinGW\bin\mingw-get.exe
  3. install mingw32-make
  4. coppy all contents from "C:\MinGW\bin" to the folder which has "makefile"
  5. open cmd from your folder path
  6. execute "mingw32-make forum demo" command in cmd
Chirag R
  • 36
  • 7