diff options
author | ston1th <ston1th@giftfish.de> | 2017-11-22 22:27:28 +0100 |
---|---|---|
committer | ston1th <ston1th@giftfish.de> | 2017-11-22 22:27:28 +0100 |
commit | 36b41ab2d1cb18b6c00cdf94f97efb9c166d7b70 (patch) | |
tree | 40425c994ee2e9d2ce0900a6c45c513d61c312b8 /README.md | |
parent | Merge pull request #2783 (diff) | |
download | monero-36b41ab2d1cb18b6c00cdf94f97efb9c166d7b70.tar.xz |
added missing link for OpenBSD build instructions
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |