File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments