mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-08-26 14:32:17 +00:00
fix BerkeleyDB name
This commit is contained in:
parent
162ddb933d
commit
8a09f6d2c1
@ -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
|
@ -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`
|
||||||
|
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user