Merge pull request #2854

36b41ab2 added missing link for OpenBSD build instructions (ston1th)
This commit is contained in:
Riccardo Spagni 2017-12-02 09:25:05 +02:00
commit b0c63ceb73
No known key found for this signature in database
GPG Key ID: 55432DF31CCD4FCD
1 changed files with 3 additions and 0 deletions

View File

@ -409,6 +409,9 @@ Build the cppzmq bindings.
We assume you are compiling with a non-root user and you have `doas` enabled.
```
# Create a library link so cmake is able to find it
doas ln -s /usr/local/lib/libzmq.so.4.1 /usr/local/lib/libzmq.so
# Create cppzmq building directory
mkdir ~/cppzmq
cd ~/cppzmq