aboutsummaryrefslogtreecommitdiff
path: root/README.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'README.adoc')
-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