mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-31 01:04:20 +00:00
add reference to legacy BerkleyDB build guide
This commit is contained in:
parent
e8cc3440cc
commit
c3a3934099
@ -2,9 +2,18 @@ Fedora build guide
|
|||||||
======================
|
======================
|
||||||
(tested on Fedora 41)
|
(tested on Fedora 41)
|
||||||
|
|
||||||
* `sudo dnf install git autoconf automake libtool make boost-devel protobuf-devel qt5-qtbase-devel qt5-linguist libdb-cxx-devel`
|
## Dependencies
|
||||||
|
|
||||||
|
``` bash
|
||||||
|
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`
|
* `git clone https://github.com/kvazar-network/kevacoin.git`
|
||||||
* `cd kevacoin`
|
* `cd kevacoin`
|
||||||
* `./configure --with-incompatible-bdb --with-gui`
|
* `./configure --with-incompatible-bdb --with-gui`
|
||||||
|
* to build with legacy BerkleyDB version, visit [this guide](https://github.com/kvazar-network/kevacoin/blob/kvazar/doc/berkleydb-48.md)
|
||||||
* `make`
|
* `make`
|
||||||
* run `src/qt/kevacoin-qt`
|
* run `src/qt/kevacoin-qt`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user