aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2017-12-02 09:25:05 +0200
committerRiccardo Spagni <ric@spagni.net>2017-12-02 09:25:05 +0200
commitb0c63ceb7368bb36ffae04c5a125aa30f71c5c4e (patch)
tree04606d9a6ec9bdc39eb92ad1f0238353641d30b5
parentMerge pull request #2853 (diff)
parentadded missing link for OpenBSD build instructions (diff)
downloadmonero-b0c63ceb7368bb36ffae04c5a125aa30f71c5c4e.tar.xz
Merge pull request #2854
36b41ab2 added missing link for OpenBSD build instructions (ston1th)
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2dec65465..0d243f0cc 100644
--- a/README.md
+++ b/README.md
@@ -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