aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNihal Jere <nihal@nihaljere.xyz>2023-03-10 22:12:25 -0600
committerNihal Jere <nihal@nihaljere.xyz>2023-03-21 14:20:49 -0500
commit833dd6bb9253295fc114566838347abcdd4f9ac6 (patch)
tree4d29536a9b8be9767efc1b09a0b7263446307163
parentMerge pull request #8775 (diff)
downloadmonero-833dd6bb9253295fc114566838347abcdd4f9ac6.tar.xz
add libunbound to package list for OpenBSD
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 508d822d8..8be371fd8 100644
--- a/README.md
+++ b/README.md
@@ -508,7 +508,7 @@ Monero is also available as a port or package as `monero-cli`.
### On OpenBSD:
-You will need to add a few packages to your system. `pkg_add cmake gmake zeromq libiconv boost`.
+You will need to add a few packages to your system. `pkg_add cmake gmake zeromq libiconv boost libunbound`.
The `doxygen` and `graphviz` packages are optional and require the xbase set.
Running the test suite also requires `py3-requests` package.