Skip to content

Commit 199bcd8

Browse files
authored
Merge pull request #39 from parrobe/makefile
Remove references to dependencies, correct mistakes
2 parents 83109d2 + 8b2e8ca commit 199bcd8

File tree

1 file changed

+2
-18
lines changed

1 file changed

+2
-18
lines changed

README.md

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -76,16 +76,6 @@ If you are unfamiliar with Go, the following steps can help create a working env
7676

7777
```git clone https://github.com/ibm-messaging/mq-golang.git src/github.com/ibm-messaging/mq-golang```
7878

79-
* Use Go to download prerequisite components for any monitors you are interested in running. The logrus package is required for all of the monitors; but not all of the monitors require further downloads.
80-
81-
```go get -u github.com/Sirupsen/logrus```
82-
83-
```go get -u github.com/prometheus/client_golang/prometheus```
84-
85-
```go get -u github.com/influxdata/influxdb/client/v2```
86-
87-
```go get -u github.com/aws/aws-sdk-go/service```
88-
8979
* Compile the `ibmmq` component:
9080

9181
```go install ./src/github.com/ibm-messaging/mq-golang/ibmmq```
@@ -94,13 +84,7 @@ If you are unfamiliar with Go, the following steps can help create a working env
9484

9585
```go install ./src/github.com/ibm-messaging/mq-golang/mqmetric```
9686

97-
* Use git to get a get a copy of the MQ samples metric clients in a new directory in the workspace.
98-
99-
```git clone https://github.com/ibm-messaging/mq-metric-samples.git src/github.com/ibm-messaging/mq-metric-samples```
100-
101-
* Compile the sample programs you are interested in. For example:
102-
103-
```go install ./src/github.com/ibm-messaging/mq-metric-samples/cmd/mq_prometheus```
87+
* Follow the instructions in the [mq-metric-samples repository](https://github.com/ibm-messaging/mq-metric-samples) to compile the sample programs you are interested in.
10488

10589
At this point, you should have a compiled copy of the code in `$GOPATH/bin`.
10690

@@ -118,7 +102,7 @@ There are also no structure handlers for message headers such as MQRFH2 or MQDLH
118102

119103
## History
120104

121-
See [CHANGES](CHANGES.md) in this directory.
105+
See [CHANGELOG](CHANGELOG.md) in this directory.
122106

123107
## Issues and Contributions
124108

0 commit comments

Comments
 (0)