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)
This commit is contained in:
Wladimir J. van der Laan 2016-05-06 15:48:50 +02:00
commit fbedc09b2d
No known key found for this signature in database
GPG key ID: 74810B012346C9A6

View file

@ -128,7 +128,7 @@ Dependency Build Instructions: Fedora
------------------------------------- -------------------------------------
Build requirements: 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: Optional:
@ -136,7 +136,7 @@ Optional:
To build with Qt 5 (recommended) you need the following: 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: libqrencode (optional) can be installed with: