Skip to content

Commit c468272

Browse files
ForTimeBeingHyperPeek
authored andcommitted
(Doc, Fix) Updated unix library list (PR RavenProject#886)
Added library to build script Edited libdb++ library -dev
1 parent 7949ec7 commit c468272

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/build-unix.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ These dependencies are required:
4848
libssl | Crypto | Random Number Generation, Elliptic Curve Cryptography
4949
libboost | Utility | Library for threading, data structures, etc
5050
libevent | Networking | OS independent asynchronous networking
51+
libdb++ | Utility | Contains headers and static libraries for the Berkeley DB library
5152
5253
Optional dependencies:
5354
@@ -90,7 +91,7 @@ Finally, clang (often less resource hungry) can be used instead of gcc, which is
9091
9192
Build requirements:
9293
93-
sudo apt-get install build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils python3
94+
sudo apt-get install build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils python3 libdb++-dev
9495
9596
Options when installing required Boost library files:
9697

0 commit comments

Comments
 (0)