File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ tree. Initial setup tends to be platform-specific, but subsequent steps are inde
5656
5757### MQ Client SDK
5858The 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
6161For Linux x64 and Windows systems, you may also choose to use the MQ Redistributable Client package which is a simple
6262zip/tar file that does not need any privileges to install:
@@ -71,19 +71,19 @@ brew tap ibm-messaging/ibmmq
7171brew install ibm-messaging/ibmmq/mqdevtoolkit
7272```
7373
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-
8074### Linux
8175
8276* Install the Go runtime and compiler. On Linux, the packaging may vary but a typical directory for the code is
8377 ` /usr/lib/golang ` .
8478* Create a working directory. For example, ``` mkdir $HOME/gowork ```
8579* Install the git client and the gcc C compiler
8680
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+
8787### Windows
8888
8989* 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