File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -118,11 +118,14 @@ C++ compilers are memory-hungry. It is recommended to have at least 3 GB of memo
118
118
119
119
Dependency Build Instructions: Ubuntu & Debian
120
120
----------------------------------------------
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
+
121
124
Build requirements:
122
125
123
126
sudo apt-get install build-essential libtool autotools-dev autoconf pkg-config libssl-dev libcrypto++-dev libevent-dev git
124
127
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:
126
129
127
130
sudo apt-get install libboost-all-dev
128
131
@@ -131,8 +134,7 @@ db4.8 packages are available [here](https://launchpad.net/~bitcoin/+archive/bitc
131
134
sudo add-apt-repository ppa:bitcoin/bitcoin
132
135
sudo apt-get update
133
136
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.
136
138
137
139
for Debian 7 (Wheezy) and later:
138
140
The oldstable repository contains db4.8 packages.
You can’t perform that action at this time.
0 commit comments