2024-12-29 22:13:55 +02:00
|
|
|
Fedora build guide
|
|
|
|
======================
|
|
|
|
(tested on Fedora 41)
|
|
|
|
|
2024-12-29 22:39:46 +02:00
|
|
|
## Dependencies
|
|
|
|
|
|
|
|
``` bash
|
|
|
|
sudo dnf install git autoconf automake libtool make \
|
|
|
|
boost-devel protobuf-devel qt5-qtbase-devel qt5-linguist libdb-cxx-devel
|
|
|
|
```
|
|
|
|
|
|
|
|
## GUI
|
|
|
|
|
2024-12-29 22:13:55 +02:00
|
|
|
* `git clone https://github.com/kvazar-network/kevacoin.git`
|
|
|
|
* `cd kevacoin`
|
|
|
|
* `./configure --with-incompatible-bdb --with-gui`
|
2024-12-29 22:39:46 +02:00
|
|
|
* to build with legacy BerkleyDB version, visit [this guide](https://github.com/kvazar-network/kevacoin/blob/kvazar/doc/berkleydb-48.md)
|
2024-12-29 22:13:55 +02:00
|
|
|
* `make`
|
|
|
|
* run `src/qt/kevacoin-qt`
|