Skip to content

Commit f342517

Browse files
authored
Update README.md
1 parent 07053f8 commit f342517

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,13 +119,13 @@ C++ compilers are memory-hungry. It is recommended to have at least 3 GB of memo
119119
Dependency Build Instructions: Ubuntu & Debian
120120
----------------------------------------------
121121

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.
122+
It is required to build Dynamic on Ubuntu 18.04LTS(Bionic) or later due to C++14/GCC7 requirements. Also OpenSSL 1.1.0g is included in Ubuntu 18.04LTS and later, however it is suggested to use OpenSSL 1.1.1LTS.
123123

124124
Build requirements:
125125

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

128-
For Ubuntu 18.04LTS and later, or Debian 7 and later; libboost-all-dev has to be installed:
128+
For Ubuntu 18.04LTS(Bionic) and later, or Debian 7 and later; libboost-all-dev has to be installed:
129129

130130
sudo apt-get install libboost-all-dev
131131

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

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.
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.
138138

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

0 commit comments

Comments
 (0)