1
0
mirror of https://github.com/pocoproject/poco.git synced 2025-03-30 23:51:34 +02:00

add note on git clone openssl

This commit is contained in:
Alex Fabijanic 2017-09-25 19:27:41 -05:00
parent 04a4beb5e4
commit 5084457f83

@ -137,6 +137,13 @@ https://github.com/pocoproject/openssl/tree/master/VS_120
In case you are using pre-built binaries, please make sure to copy the
entire directory to C:\%POCO_BASE%\openssl\
Or, %POCO_BASE%\openssl directory can be deleted and openssl
repository cloned:
cd %POCO_BASE%
rmdir /s /q openssl
git clone https://github.com/pocoproject/openssl
All libraries are located in their proper folders (eg. win64/bin/debug/),
and all are named identically (libcrypto and libssl).