Skip to content

Commit

Permalink
Merge #8013: doc: Fedora build requirements, add gcc-c++ and fix typo
Browse files Browse the repository at this point in the history
b3d18ba doc: Fedora build requirements, add gcc-c++ and fix typo (Warren Togami)
  • Loading branch information
laanwj committed May 6, 2016
2 parents 77b637f + b3d18ba commit fbedc09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/build-unix.md
Expand Up @@ -128,15 +128,15 @@ 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:

sudo dnf install miniupnpc-devel

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:

Expand Down

0 comments on commit fbedc09

Please sign in to comment.