aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2016-05-06 15:48:50 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2016-05-06 15:49:01 +0200
commitfbedc09b2d09e43f9c42f718b987da0930cdf60e (patch)
tree8805f39e10fd1d2df93eaa7d0b2042dcc9b00028 /doc
parent77b637f20e8cb91cf007bf416b603ca362385cdb (diff)
parentb3d18ba072f21d5fdb43c9e3cbf6963190d787bd (diff)
downloadbitcoin-fbedc09b2d09e43f9c42f718b987da0930cdf60e.tar.xz
Merge #8013: doc: Fedora build requirements, add gcc-c++ and fix typo
b3d18ba doc: Fedora build requirements, add gcc-c++ and fix typo (Warren Togami)
Diffstat (limited to 'doc')
-rw-r--r--doc/build-unix.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/build-unix.md b/doc/build-unix.md
index 27c57088af..bd89978cc2 100644
--- a/doc/build-unix.md
+++ b/doc/build-unix.md
@@ -128,7 +128,7 @@ Dependency Build Instructions: Fedora
-------------------------------------
Build requirements:
- sudo dnf install libtool make autoconf automake openssl-devel libevent-devel boost-devel libdb4-devel libdb4-cxx-devel
+ sudo dnf install gcc-c++ libtool make autoconf automake openssl-devel libevent-devel boost-devel libdb4-devel libdb4-cxx-devel
Optional:
@@ -136,7 +136,7 @@ Optional:
To build with Qt 5 (recommended) you need the following:
- sudo dnf install qt5-qttools-devel qtr5-qtbase-devel protobuf-devel
+ sudo dnf install qt5-qttools-devel qt5-qtbase-devel protobuf-devel
libqrencode (optional) can be installed with: