diff options
author | Riccardo Spagni <ric@spagni.net> | 2017-12-02 09:25:05 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2017-12-02 09:25:05 +0200 |
commit | b0c63ceb7368bb36ffae04c5a125aa30f71c5c4e (patch) | |
tree | 04606d9a6ec9bdc39eb92ad1f0238353641d30b5 | |
parent | Merge pull request #2853 (diff) | |
parent | added missing link for OpenBSD build instructions (diff) | |
download | monero-b0c63ceb7368bb36ffae04c5a125aa30f71c5c4e.tar.xz |
Merge pull request #2854
36b41ab2 added missing link for OpenBSD build instructions (ston1th)
-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 |