This repository based on Oracle Berkeley DB 11g Release 2, library version 11.2.(5.3.28) - latest version of the open-source edition Berkeley DB which licensed under the Berkeley Database License (a.k.a. the Sleepycat Software Product License). Starting with next version 12.1.(6.0.20), the open-source editions are licensed under the GNU AGPLv3.
Berkeley DB Transactional Data Store
Architecting Transactional Data Store applications
To view release and installation original documentation, load the distribution file docs/index.html into your web browser or visit this site here. To perform a typical UNIX build & installation of Berkeley DB, enter the following commands:
git clone https://github.com/Positeral/libdb5.git
cd libdb5/build_unix
../dist/configure prefix=/usr
make
sudo make install
See Building Berkeley DB for UNIX/POSIX for installation details.