mirror of
https://github.com/pocoproject/poco.git
synced 2025-03-09 19:24:18 +01:00
add note on git clone openssl
This commit is contained in:
parent
53b9c82de9
commit
79b35fd0f3
@ -127,7 +127,6 @@ On Windows, there are three options:
|
||||
- Build OpenSSL using scripts from POCO distribution package
|
||||
- Use a third-party pre-built OpenSSL
|
||||
|
||||
|
||||
!!! POCO pre-built OpenSSL binaries
|
||||
|
||||
OpenSSL binaries (version 1.1.0) built with VS 2013 are available for download at:
|
||||
@ -137,6 +136,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).
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user