Developers guide - problem getting started with new grafana installation

Hi,

I’m installing Grafana on windows 10 according to the https://github.com/grafana/grafana/blob/6.6.1/contribute/developer-guide.md .
I’m using version 6.6.1 from git repo.
After the download, and building frontend assets, I proceed to building the backend, with the command make run, but the result is:

File not found - *.sh
The system cannot find the path specified.
make: *** [Makefile:49: scripts/go/bin/bra] Error 1

With the same sources, and after following steps on the same tutorial, 1.5 weeks ago it compiled with no issues (on a different machine, though).
Can anyone point me to where could be the problem?

Best regards,
Aga

Hi,

I’ve managed to find the problem.
My installation of MinGW was incomplete. After reinstallation the compilation of grafana sources went without problems