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:
commit
fbedc09b2d
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue