fix BerkeleyDB name

This commit is contained in:
kvazar-network 2025-04-20 00:34:48 +03:00
parent 162ddb933d
commit 8a09f6d2c1
3 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
Berkley DB 4.8 build guide Berkeley DB 4.8 build guide
========================== ==========================
Kevacoin should work with modern Berkley DB but if your distributive requires legacy version, Kevacoin should work with modern Berkeley DB but if your distributive requires legacy version,
run following installation script (or watch the implementation details): run following installation script (or watch the implementation details):
``` bash ``` bash

View File

@ -14,6 +14,6 @@ sudo dnf install git autoconf automake libtool make \
* `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) * to build with legacy Berkeley DB version, visit [this guide](https://github.com/kvazar-network/kevacoin/blob/kvazar/doc/berkeleydb-48.md)
* `make` * `make`
* run `src/qt/kevacoin-qt` * run `src/qt/kevacoin-qt`

View File

@ -1586,7 +1586,7 @@
</message> </message>
<message> <message>
<source>Using BerkeleyDB version</source> <source>Using BerkeleyDB version</source>
<translation>使BerkleyDBバージョン</translation> <translation>使BerkeleyDBバージョン</translation>
</message> </message>
<message> <message>
<source>Datadir</source> <source>Datadir</source>