Skip to content

Commit 32ae4d9

Browse files
authored
Update README.md
1 parent 769daa5 commit 32ae4d9

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,19 @@ zip/tar file that does not need any privileges to install:
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+
74+
### MacOS
75+
76+
* Install the Go runtime and compiler. On macOS, after installing the MQ Dev Toolkit, the package will be located in the
77+
`/opt/mqm`.
78+
* Install the git client and the gcc C compiler
79+
6780
### Linux
6881

6982
* Install the Go runtime and compiler. On Linux, the packaging may vary but a typical directory for the code is

0 commit comments

Comments
 (0)