aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorselsta <selsta@sent.at>2020-03-06 02:30:07 +0100
committerselsta <selsta@sent.at>2020-03-06 02:30:07 +0100
commitb40c27cd423bf343983ac171da1fb8a3f8aba78e (patch)
treeb14efd5906440d11fa851f1f9726010f9e95f17d /README.md
parentMerge pull request #6248 (diff)
downloadmonero-b40c27cd423bf343983ac171da1fb8a3f8aba78e.tar.xz
cppzmq: remove leftovers
Diffstat (limited to '')
-rw-r--r--README.md7
1 files changed, 2 insertions, 5 deletions
diff --git a/README.md b/README.md
index c46097358..9f02a5ad7 100644
--- a/README.md
+++ b/README.md
@@ -197,7 +197,7 @@ Install all dependencies at once on macOS with the provided Brewfile:
``` brew update && brew bundle --file=contrib/brew/Brewfile ```
FreeBSD one liner for required to build dependencies
-```pkg install git gmake cmake pkgconf boost-libs cppzmq libsodium```
+```pkg install git gmake cmake pkgconf boost-libs libzmq libsodium```
### Cloning the repository
@@ -230,9 +230,6 @@ invokes cmake commands as needed.
this to be worthwhile, the machine should have one core and about 2GB of RAM
available per thread.
- *Note*: If cmake can not find zmq.hpp file on macOS, installing `zmq.hpp` from
- https://github.com/zeromq/cppzmq to `/usr/local/include` should fix that error.
-
*Note*: The instructions above will compile the most stable release of the
Monero software. If you would like to use and test the most recent software,
use ```git checkout master```. The master branch may contain updates that are
@@ -456,7 +453,7 @@ We expect to add Monero into the ports tree in the near future, which will aid i
### On OpenBSD:
-You will need to add a few packages to your system. `pkg_add cmake gmake zeromq cppzmq libiconv boost`.
+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.