aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOffshore Monero <offshoremonero@i2pmail.org>2022-12-01 04:28:46 +0000
committerOffshore Monero <offshoremonero@i2pmail.org>2022-12-01 04:28:46 +0000
commit6558e7e2c6e0c9b4a33dff76e7fc7bc20cd89a2b (patch)
tree6e7f55f3fd34bada8cda43a1a04594ffda886869
parentTurn readline off on OpenBSD because it is broken (diff)
downloadmonero-6558e7e2c6e0c9b4a33dff76e7fc7bc20cd89a2b.tar.xz
Correct/modernize build instructions for OpenBSD
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 0249c084a..c5b22b07e 100644
--- a/README.md
+++ b/README.md
@@ -511,9 +511,9 @@ Monero is also available as a port or package as `monero-cli`.
You will need to add a few packages to your system. `pkg_add cmake gmake zeromq libiconv boost`.
The `doxygen` and `graphviz` packages are optional and require the xbase set.
-Running the test suite also requires `py-requests` package.
+Running the test suite also requires `py3-requests` package.
-Build monero: `env DEVELOPER_LOCAL_TOOLS=1 BOOST_ROOT=/usr/local gmake release-static`
+Build monero: `gmake`
Note: you may encounter the following error when compiling the latest version of Monero as a normal user: