doc: Fedora build requirements, add gcc-c++ and fix typo

This commit is contained in:
Warren Togami 2016-05-05 18:24:27 -07:00
parent 006cdf64dc
commit b3d18ba072

View file

@ -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: