Updated building on windows instructions in the docs

This commit is contained in:
Torkel Odegaard
2015-04-19 09:44:14 +02:00
parent 1edb13d715
commit ebdbbbc000
2 changed files with 10 additions and 0 deletions
@@ -28,6 +28,10 @@ godep restore (will pull down all golang lib dependecies in y
go build .
```
# Building on Windows
The Grafana backend includes Sqlite3 which requires GCC to compile. So in order to compile Grafana on windows you need
to install GCC. We recommend [TDM-GCC](http://tdm-gcc.tdragon.net/download).
## Building frontend assets
To build less to css for the frontend you will need a recent version of of node (v0.12.0),