mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-22 23:42:24 +00:00
added missing link for OpenBSD build instructions
This commit is contained in:
parent
49ce59462a
commit
36b41ab2d1
1 changed files with 3 additions and 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.
|
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
|
# Create cppzmq building directory
|
||||||
mkdir ~/cppzmq
|
mkdir ~/cppzmq
|
||||||
cd ~/cppzmq
|
cd ~/cppzmq
|
||||||
|
|
Loading…
Reference in a new issue