diff options
author | luigi1111 <luigi1111w@gmail.com> | 2023-04-25 11:25:00 -0400 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2023-04-25 11:25:00 -0400 |
commit | a5cf8b5c4c296c7a44e68901a3474d63cc4d323e (patch) | |
tree | 6c28f4a45bde0c2d3c22c486458f5d9442923f3d | |
parent | Merge pull request #8796 (diff) | |
parent | add libunbound to package list for OpenBSD (diff) | |
download | monero-a5cf8b5c4c296c7a44e68901a3474d63cc4d323e.tar.xz |
Merge pull request #8797
833dd6b add libunbound to package list for OpenBSD (Nihal Jere)
-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. |