Skip to content

Commit 9fc037d

Browse files
authored
Deps Update
1 parent 2ba8fe0 commit 9fc037d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

doc/README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -118,11 +118,14 @@ C++ compilers are memory-hungry. It is recommended to have at least 3 GB of memo
118118

119119
Dependency Build Instructions: Ubuntu & Debian
120120
----------------------------------------------
121+
122+
It is required to build Dynamic on Ubuntu 18.04LTS or later due to C++14 requirements and the need for OpenSSL 1.0.1k or later.
123+
121124
Build requirements:
122125

123126
sudo apt-get install build-essential libtool autotools-dev autoconf pkg-config libssl-dev libcrypto++-dev libevent-dev git
124127

125-
For Ubuntu 12.04 and later or Debian 7 and later libboost-all-dev has to be installed:
128+
For Ubuntu 18.04LTS and later, or Debian 7 and later; libboost-all-dev has to be installed:
126129

127130
sudo apt-get install libboost-all-dev
128131

@@ -131,8 +134,7 @@ db4.8 packages are available [here](https://launchpad.net/~bitcoin/+archive/bitc
131134
sudo add-apt-repository ppa:bitcoin/bitcoin
132135
sudo apt-get update
133136

134-
Ubuntu 12.04 and later have packages for libdb5.1-dev and libdb5.1++-dev,
135-
but using these will break binary wallet compatibility, and is not recommended.
137+
Ubuntu 18.04 and later have packages for libdb 5.3.21 but using these will break binary wallet compatibility, and is not recommended.
136138

137139
for Debian 7 (Wheezy) and later:
138140
The oldstable repository contains db4.8 packages.

0 commit comments

Comments
 (0)