dogecoin/doc/build-fedora.md

21 lines
537 B
Markdown
Raw Normal View History

Fedora build dependencies
--------------------------
***NOTE: This documentation is outdated and needs to be updated***
Build requirements:
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 qt5-qtbase-devel protobuf-devel
libqrencode (optional) can be installed with:
sudo dnf install qrencode-devel