1 Oct
2016
1 Oct
'16
4:09 p.m.
On Sat, Oct 1, 2016 at 11:42 AM, degski
Check that you "told" either bjam or the "Visual Studio Command Prompt" the location where OpenSSL can be found?
I have these lines in my .bashrc (I use the bash shell that comes with Git for Windows) export OPENSSL_ROOT=/d/lib/openssl/ export OPENSSL_ROOTDIR=/d/lib/openssl/ export OPENSSL_INCLUDE_DIR=/d/lib/openssl/include export OPENSSL_LIBRARIES=/d/lib/openssl/lib Could you please guide me to a resource on the web explaining the correct configuration of OpenSSL on Windows for building with Boost.Build? Regards