Skip to content

Commit 265b186

Browse files
authored
Update README.md
1 parent 941e474 commit 265b186

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff 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
149149
3. Copy the kernel config:
150150

0 commit comments

Comments
 (0)