Update developer-guide (#112299)

This commit is contained in:
Yuri Tseretyan
2025-10-23 02:38:40 -04:00
committed by GitHub
parent c0391ad2ea
commit 15c6afafb3
+2 -1
View File
@@ -150,7 +150,8 @@ When you log in for the first time, Grafana asks you to change your password.
#### Build on Windows
The Grafana backend includes SQLite, a database 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). Eventually, if you use [Scoop](https://scoop.sh), you can install GCC through that.
The Grafana backend includes SQLite, a database which requires GCC to compile. So in order to compile Grafana on Windows you need to install GCC with binutils version 2.37 or later.
We recommend [MinGW x64](https://www.mingw-w64.org/downloads). Eventually, if you use [Scoop](https://scoop.sh), you can install GCC through that.
You can build the back-end as follows: