From 6df51485d392908d1968b1e1d53e4cb7136ad04f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Tue, 28 Dec 2021 04:03:54 +0100 Subject: Update Windows XP vs. TLS notes --- README.adoc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index 8d74931..555c7bd 100644 --- a/README.adoc +++ b/README.adoc @@ -66,11 +66,14 @@ FindPkgConfig.cmake module to say: separate_arguments(_pkgconfig_invoke_result UNIX_COMMAND "${_pkgconfig_invoke_result}") 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 -download from HTTPS sources, you'll have to run this externally): +fetch and set up all dependencies: > 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: > mkdir build -- cgit v1.2.3