-
Notifications
You must be signed in to change notification settings - Fork 78
Home
朱礼廷 edited this page Aug 15, 2017
·
10 revisions
Welcome to the GXB-Core wiki!
GXB-Core requires an OpenSSL 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_ROOT_DIR
, -DOPENSSL_INCLUDE_DIR
, and -DOPENSSL_SSL_LIBRARY
. Example:
cmake -DOPENSSL_ROOT_DIR=/usr/bin -DOPENSSL_INCLUDE_DIR=/usr/include/openssl -DOPENSSL_LIBRARIES=/usr/lib/openssh -DCMAKE_BUILD_TYPE=RelWithDebInfo .
**GXB-Core requires a Boost version in the range 1.57. If your system Boost version is newer, then you will need to manually build an older version of Boost.