File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -56,21 +56,34 @@ tree. Initial setup tends to be platform-specific, but subsequent steps are inde
56
56
57
57
### MQ Client SDK
58
58
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).
60
60
61
61
For Linux x64 and Windows systems, you may also choose to use the MQ Redistributable Client package which is a simple
62
62
zip/tar file that does not need any privileges to install:
63
63
64
64
* Download [ IBM MQ redistributable client] ( https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/messaging/mqdev/redist )
65
65
* Unpack archive to fixed directory. E.g. ` c:\IBM-MQC-Redist-Win64 ` or ` /opt/mqm ` .
66
66
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
+
67
74
### Linux
68
75
69
76
* Install the Go runtime and compiler. On Linux, the packaging may vary but a typical directory for the code is
70
77
` /usr/lib/golang ` .
71
78
* Create a working directory. For example, ``` mkdir $HOME/gowork ```
72
79
* Install the git client and the gcc C compiler
73
80
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
+
74
87
### Windows
75
88
76
89
* Install the Go runtime and compiler. On Windows, the common directory is ` c:\Go `
You can’t perform that action at this time.
0 commit comments