Add extra notes to Building section (#694)
* Add link to Golang * Add note about RHEL/CentOS build dep.pull/700/head
parent
1e4af21256
commit
8f9edf87b5
|
@ -109,6 +109,13 @@ mv /path/to/directory/role.prom.$$ /path/to/directory/role.prom
|
||||||
|
|
||||||
## Building and running
|
## Building and running
|
||||||
|
|
||||||
|
Prerequisites:
|
||||||
|
|
||||||
|
* [Go compiler](https://golang.org/dl/)
|
||||||
|
* RHEL/CentOS: `glibc-static` package.
|
||||||
|
|
||||||
|
Building:
|
||||||
|
|
||||||
go get github.com/prometheus/node_exporter
|
go get github.com/prometheus/node_exporter
|
||||||
cd ${GOPATH-$HOME/go}/src/github.com/prometheus/node_exporter
|
cd ${GOPATH-$HOME/go}/src/github.com/prometheus/node_exporter
|
||||||
make
|
make
|
||||||
|
|
Loading…
Reference in New Issue