aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2021-12-28 04:03:54 +0100
committerPřemysl Eric Janouch <p@janouch.name>2021-12-28 04:03:54 +0100
commit6df51485d392908d1968b1e1d53e4cb7136ad04f (patch)
tree06da5d9a44dca2139ce15da1ed414634d390b133
parent2433b9046f85bbcd555ef3fe3bc602b1aeb9d16a (diff)
downloadlogdiag-6df51485d392908d1968b1e1d53e4cb7136ad04f.tar.gz
logdiag-6df51485d392908d1968b1e1d53e4cb7136ad04f.tar.xz
logdiag-6df51485d392908d1968b1e1d53e4cb7136ad04f.zip
Update Windows XP vs. TLS notes
-rw-r--r--README.adoc7
1 files 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