Add OpenSSL compatibility note to README

This commit is contained in:
Vikram Rajkumar 2017-06-04 18:26:47 -05:00 committed by GitHub
parent a4d2fd6427
commit a62acbce4c

View file

@ -41,6 +41,8 @@ To build after all dependencies are installed:
cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo .
make
**NOTE:** BitShares requires an [OpenSSL](https://www.openssl.org/) version in the 1.0.x series. OpenSSL 1.1.0 and newer are NOT supported. If your system OpenSSL version is newer, then you will need to manually provide an older version of OpenSSL and specify it to CMake using `-DOPENSSL_INCLUDE_DIR`, `-DOPENSSL_SSL_LIBRARY`, and `-DOPENSSL_CRYPTO_LIBRARY`.
**NOTE:** BitShares requires a [Boost](http://www.boost.org/) version in the range [1.57, 1.60]. Versions earlier than
1.57 or newer than 1.60 are NOT supported. If your system Boost version is newer, then you will need to manually build
an older version of Boost and specify it to CMake using `DBOOST_ROOT`.