mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 12:02:48 +01:00
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:
parent
25147c9dc7
commit
19af9cfe10
@ -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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user