aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2025-02-18 08:21:15 +0000
committerWerner Koch <[email protected]>2025-02-18 08:21:15 +0000
commit3239a41ddea0db3dcf6de371a2287d9b2e5103fe (patch)
tree360cb3d160cc21ab5ad059f1a13cf1be26efff3c /README
parentPost release updates (diff)
downloadgnupg-3239a41ddea0db3dcf6de371a2287d9b2e5103fe.tar.gz
gnupg-3239a41ddea0db3dcf6de371a2287d9b2e5103fe.zip
doc: Add some notes
--
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 7 insertions, 0 deletions
diff --git a/README b/README
index bb452bf56..ba80dba0b 100644
--- a/README
+++ b/README
@@ -134,6 +134,13 @@
Add other options as needed.
+*** Cygwin
+
+ Although Cygwin (Posix emulation on top of Windows) is not
+ officially supported, GnuPG can be build for that platform. It
+ might be required to invoke configure like this:
+
+ ./configure ac_cv_type_SOCKET=no
*** Systems without a full C99 compiler