Skip to content

Commit da1183e

Browse files
committed
Merge branch 'scila1996-patch-1'
2 parents 60bb387 + 28d38f8 commit da1183e

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,21 +56,34 @@ tree. Initial setup tends to be platform-specific, but subsequent steps are inde
5656

5757
### MQ Client SDK
5858
The MQ Client SDK for C programs is required in order to compile and run Go programs. You may have this from an MQ
59-
Client installation image (eg rpm, dep for Linux; msi for Windows).
59+
Client installation image (eg `rpm`, `deb` for Linux; `msi` for Windows).
6060

6161
For Linux x64 and Windows systems, you may also choose to use the MQ Redistributable Client package which is a simple
6262
zip/tar file that does not need any privileges to install:
6363

6464
* Download [IBM MQ redistributable client](https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/messaging/mqdev/redist)
6565
* Unpack archive to fixed directory. E.g. `c:\IBM-MQC-Redist-Win64` or `/opt/mqm`.
6666

67+
For macOS, you can install the MQ Dev Toolkit using Homebrew.
68+
69+
```
70+
brew tap ibm-messaging/ibmmq
71+
brew install ibm-messaging/ibmmq/mqdevtoolkit
72+
```
73+
6774
### Linux
6875

6976
* Install the Go runtime and compiler. On Linux, the packaging may vary but a typical directory for the code is
7077
`/usr/lib/golang`.
7178
* Create a working directory. For example, ```mkdir $HOME/gowork```
7279
* Install the git client and the gcc C compiler
7380

81+
### MacOS
82+
83+
* Install the Go runtime and compiler. On macOS, after installing the MQ Dev Toolkit, the package will be located in the
84+
`/opt/mqm`.
85+
* Install the git client and the gcc C compiler
86+
7487
### Windows
7588

7689
* Install the Go runtime and compiler. On Windows, the common directory is `c:\Go`

0 commit comments

Comments
 (0)