diff options
author | Nihal Jere <nihal@nihaljere.xyz> | 2023-03-10 22:12:25 -0600 |
---|---|---|
committer | Nihal Jere <nihal@nihaljere.xyz> | 2023-03-21 14:20:49 -0500 |
commit | 833dd6bb9253295fc114566838347abcdd4f9ac6 (patch) | |
tree | 4d29536a9b8be9767efc1b09a0b7263446307163 | |
parent | Merge pull request #8775 (diff) | |
download | monero-833dd6bb9253295fc114566838347abcdd4f9ac6.tar.xz |
add libunbound to package list for OpenBSD
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |