You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -119,13 +119,13 @@ C++ compilers are memory-hungry. It is recommended to have at least 3 GB of memo
119
119
Dependency Build Instructions: Ubuntu & Debian
120
120
----------------------------------------------
121
121
122
-
It is required to build Dynamic on Ubuntu 18.04LTS or later due to C++14 requirementsand 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.
0 commit comments