File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -131,20 +131,20 @@ Then:
131131
132132 - if you get this error:
133133
134- ```
135- # pkg-config --cflags libzmq libzmq libzmq libzmq
136- Package libzmq was not found in the pkg-config search path.
137- Perhaps you should add the directory containing `libzmq.pc'
138- to the PKG_CONFIG_PATH environment variable
139- No package 'libzmq' found
140- ```
141-
142- then:
134+ ```
135+ # pkg-config --cflags libzmq libzmq libzmq libzmq
136+ Package libzmq was not found in the pkg-config search path.
137+ Perhaps you should add the directory containing `libzmq.pc'
138+ to the PKG_CONFIG_PATH environment variable
139+ No package 'libzmq' found
140+ ```
141+
142+ then:
143+
144+ ```
145+ export PKG_CONFIG_PATH=/usr/local/Cellar/zeromq22/lib/pkgconfig/
143146
144- ```
145- export PKG_CONFIG_PATH=/usr/local/Cellar/zeromq22/lib/pkgconfig/
146-
147- ```
147+ ```
148148
1491493. Copy the kernel config:
150150
You can’t perform that action at this time.
0 commit comments