Skip to content
Snippets Groups Projects
Unverified Commit 4ee74ff5 authored by Daniel Nelson's avatar Daniel Nelson
Browse files

Document GNU make requirement

parent 16073e41
No related branches found
No related tags found
No related merge requests found
...@@ -41,9 +41,10 @@ Ansible role: https://github.com/rossmcdonald/telegraf ...@@ -41,9 +41,10 @@ Ansible role: https://github.com/rossmcdonald/telegraf
### From Source: ### From Source:
Telegraf manages dependencies via [gdm](https://github.com/sparrc/gdm), Telegraf requires golang version 1.8+, the Makefile requires GNU make.
which gets installed via the Makefile
if you don't have it already. You also must build with golang version 1.8+. Dependencies are managed with [gdm](https://github.com/sparrc/gdm),
which is installed by the Makefile if you don't have it already.
1. [Install Go](https://golang.org/doc/install) 1. [Install Go](https://golang.org/doc/install)
2. [Setup your GOPATH](https://golang.org/doc/code.html#GOPATH) 2. [Setup your GOPATH](https://golang.org/doc/code.html#GOPATH)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment