You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-10Lines changed: 2 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -134,8 +134,7 @@ The IBM MQ client on which this library depends is supported on Linux and Window
134
134
135
135
1. Install Golang
136
136
- This library has been validated with Golang v1.11.4 and v1.12.9. If you don't have Golang installed on your system you can [download it here](https://golang.org/doc/install) for MacOS, Linux or Windows
137
-
2. Install 'dep' to manage the dependent packages
138
-
- See [Installation instructions](https://github.com/golang/dep#installation) for details
137
+
139
138
3. Install the MQ Client library
140
139
- If you have a full MQ server with a queue manager installed on your machine then you already have the client library
141
140
- If you don't have a queue manager installed on your machine then you can download the "redistributable client" library for IBM MQ 9.1.1 CD or higher for [Linux](https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/messaging/mqdev/redist/9.1.1.0-IBM-MQC-Redist-LinuxX64.tar.gz), [Windows](https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/messaging/mqdev/redist/9.1.1.0-IBM-MQC-Redist-Win64.zip) or [MacOS](https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/messaging/mqdev/mactoolkit/IBM-MQ-Toolkit-Mac-x64-9.1.1.0.tar.gz)
@@ -161,9 +160,8 @@ The IBM MQ client on which this library depends is supported on Linux and Window
161
160
First you must configure your command console environment as described in the [mq-golang Getting Started instructions](https://github.com/ibm-messaging/mq-golang#getting-started) so that the necessary flags are set;
162
161
```bash
163
162
# Configure your Go environment variables (update to match your own setup)
164
-
export GOROOT=/usr/local/go
165
163
export GOPATH=/home/myuser/workspace
166
-
export PATH=$PATH:$GOROOT/bin
164
+
export PATH=$PATH:$GOPATH/bin
167
165
168
166
# Set the CGO flags to allow the compilation of the Go/C client interface
0 commit comments