diff options
| author | Hennadii Stepanov <[email protected]> | 2019-08-18 15:54:48 +0300 |
|---|---|---|
| committer | Hennadii Stepanov <[email protected]> | 2019-08-18 15:54:48 +0300 |
| commit | dc1bc1c503233c42850819b544578b756299e071 (patch) | |
| tree | 0a4dc64fe334d700d99d4cdffca22da28bd98de3 | |
| parent | Merge #16622: build: echo property tests status during build (diff) | |
| download | discoin-dc1bc1c503233c42850819b544578b756299e071.tar.xz discoin-dc1bc1c503233c42850819b544578b756299e071.zip | |
doc: Add ZMQ dependencies to Fedora build
| -rw-r--r-- | doc/build-unix.md | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/build-unix.md b/doc/build-unix.md index 9aca0336c..eb88aca05 100644 --- a/doc/build-unix.md +++ b/doc/build-unix.md @@ -96,7 +96,7 @@ Otherwise, you can build from self-compiled `depends` (see above). To build Bitcoin Core without wallet, see [*Disable-wallet mode*](/doc/build-unix.md#disable-wallet-mode) -Optional (see --with-miniupnpc and --enable-upnp-default): +Optional (see `--with-miniupnpc` and `--enable-upnp-default`): sudo apt-get install libminiupnpc-dev @@ -130,10 +130,14 @@ Build requirements: sudo dnf install gcc-c++ libtool make autoconf automake openssl-devel libevent-devel boost-devel libdb4-devel libdb4-cxx-devel python3 -Optional: +Optional (see `--with-miniupnpc` and `--enable-upnp-default`): sudo dnf install miniupnpc-devel +ZMQ dependencies (provides ZMQ API): + + sudo dnf install zeromq-devel + To build with Qt 5 you need the following: sudo dnf install qt5-qttools-devel qt5-qtbase-devel protobuf-devel |