This file requires compiler and library support for the ISO C++ 2011 standard. This support must be enabled with the -std=c++11 or -std=gnu++11 compiler options.

By March 31, 2018ccminer
[raw] apt-get update ; apt-get install -yq libssl-dev
./autogen.sh
perl -pi -e ‘s/SSL_library_init/OPENSSL_init_ssl/g’ configure && \
./configure
./build.sh
[/raw]

Leave a Reply