From 833dd6bb9253295fc114566838347abcdd4f9ac6 Mon Sep 17 00:00:00 2001 From: Nihal Jere Date: Fri, 10 Mar 2023 22:12:25 -0600 Subject: [PATCH] add libunbound to package list for OpenBSD --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.