Skip to content

Commit

Permalink
add doc on setting up windows (#6578)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdurham authored Mar 1, 2024
1 parent d7571b2 commit b1a258e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/developer/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,11 @@ Compiling Grafana Agent on Linux requires extra dependencies:
* [systemd headers](https://packages.debian.org/sid/libsystemd-dev) for Promtail
* Can be installed on Debian-based distributions with: ```sudo apt-get install libsystemd-dev```

### Compile on Windows
Compiling Grafana Agent on Windows requires extra dependencies:

* [tdm-gcc](https://jmeubank.github.io/tdm-gcc/download/) full 64 bit install for cgo compiliation.

## Pull Request Checklist

Changes should be branched off of the `main` branch. It's recommended to rebase
Expand Down

0 comments on commit b1a258e

Please sign in to comment.