mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-08-26 06:21:55 +00:00
546 B
546 B
Fedora build guide
(tested on Fedora 41)
Dependencies
sudo dnf install git autoconf automake libtool make \
boost-devel protobuf-devel qt5-qtbase-devel qt5-linguist libdb-cxx-devel
GUI
git clone https://github.com/kvazar-network/kevacoin.git
cd kevacoin
./configure --with-incompatible-bdb --with-gui
- to build with legacy Berkeley DB version, visit this guide
make
- run
src/qt/kevacoin-qt