0

I have followed all steps mentioned in Compiling the SDK for HTML5 to compile the Minko framework to HTML5.

When I run the batch file build_html5.bat, the error

mingw32-make is not recognized as an internal or external command, operable program or batch file

appears. I can see a Makefile for each of the examples.

What causes this error and how can I resolve it?

Warren Seine
  • 2,311
  • 2
  • 25
  • 38
Sarjana
  • 9
  • 2

1 Answers1

1

As mentioned in the comments, MinGW must be installed on Windows for Minko to compile to HTML5.

Make sure mingw32-make is available in your PATH.

Warren Seine
  • 2,311
  • 2
  • 25
  • 38