diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2020-04-04 13:08:22 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2020-04-04 13:08:22 -0500 |
| commit | 6aa5da09f526763e20743f6c7bd2a731bd3777c3 (patch) | |
| tree | c40e3935537ad8ef63065ad704a9474f46db9c78 /README.md | |
| parent | d86d1a4d29d578dfc905d9ea8086ca92654fe34a (diff) | |
| parent | b40c27cd423bf343983ac171da1fb8a3f8aba78e (diff) | |
| download | monzero-core-6aa5da09f526763e20743f6c7bd2a731bd3777c3.tar.gz monzero-core-6aa5da09f526763e20743f6c7bd2a731bd3777c3.tar.xz monzero-core-6aa5da09f526763e20743f6c7bd2a731bd3777c3.zip | |
Merge pull request #6371
b40c27c cppzmq: remove leftovers (selsta)
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -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 @@ -457,7 +454,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 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. |
