mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-03-13 06:01:45 +00:00
add legacy Berkley DB 4.8 build guide
This commit is contained in:
parent
4ed7834da2
commit
e984453a91
13
doc/berkleydb-48.md
Normal file
13
doc/berkleydb-48.md
Normal file
@ -0,0 +1,13 @@
|
||||
Berkley DB 4.8 build guide
|
||||
==========================
|
||||
|
||||
Kevacoin should work with modern Berkley DB but if your distributive requires legacy version,
|
||||
run following installation script (or watch the implementation details):
|
||||
|
||||
``` bash
|
||||
./contrib/install_db4.sh `pwd`
|
||||
export BDB_PREFIX='/given/path/to/db4'
|
||||
./autogen.sh
|
||||
./configure BDB_LIBS="-L${BDB_PREFIX}/lib -ldb_cxx-4.8" BDB_CFLAGS="-I${BDB_PREFIX}/include"
|
||||
make
|
||||
```
|
Loading…
x
Reference in New Issue
Block a user