Update Windows XP vs. TLS notes
This commit is contained in:
parent
2433b9046f
commit
6df51485d3
|
@ -66,11 +66,14 @@ FindPkgConfig.cmake module to say:
|
||||||
separate_arguments(_pkgconfig_invoke_result UNIX_COMMAND "${_pkgconfig_invoke_result}")
|
separate_arguments(_pkgconfig_invoke_result UNIX_COMMAND "${_pkgconfig_invoke_result}")
|
||||||
|
|
||||||
Run the following command in the directory with source files to automatically
|
Run the following command in the directory with source files to automatically
|
||||||
fetch and set up all dependencies (note that Windows XP is no longer able to
|
fetch and set up all dependencies:
|
||||||
download from HTTPS sources, you'll have to run this externally):
|
|
||||||
|
|
||||||
> cmake -P Win32Depends.cmake
|
> cmake -P Win32Depends.cmake
|
||||||
|
|
||||||
|
Note that on Windows XP, CMake will fail to download those files, even with
|
||||||
|
https://emailarchitect.net/easendmail/sdk/html/object_tls12.htm[updates].
|
||||||
|
You will have to run the script externally.
|
||||||
|
|
||||||
Reserve a directory for an out-of-source build and let CMake prepare the build:
|
Reserve a directory for an out-of-source build and let CMake prepare the build:
|
||||||
|
|
||||||
> mkdir build
|
> mkdir build
|
||||||
|
|
Loading…
Reference in New Issue