Subject: Re: [boost] Build: Trying to get Boost.Build to see my OpenSSL on Windows
From: Vinnie Falco (vinnie.falco_at_[hidden])
Date: 2016-10-01 12:09:25


On Sat, Oct 1, 2016 at 11:42 AM, degski <degski_at_[hidden]> wrote:
> 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