summaryrefslogtreecommitdiff
path: root/nt/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'nt/INSTALL')
-rw-r--r--nt/INSTALL15
1 files changed, 10 insertions, 5 deletions
diff --git a/nt/INSTALL b/nt/INSTALL
index dc57cd20b8c..2a1a9aaab12 100644
--- a/nt/INSTALL
+++ b/nt/INSTALL
@@ -325,12 +325,17 @@
* Optional GnuTLS support
- You can build Emacs with GnuTLS support. Put the gnutls/gnutls.h header in
- the include path and link to the appropriate libraries (gnutls.dll and
- gcrypt.dll) with the --lib option.
+ If configure.bat finds the gnutls/gnutls.h file in the include path,
+ Emacs is built with GnuTLS support by default; to avoid that you can
+ pass the argument --without-gnutls.
- You can get pre-built binaries and an installer at
- http://josefsson.org/gnutls4win/.
+ In order to support GnuTLS at runtime, a GnuTLS-enabled Emacs must
+ be able to find the relevant DLLs during startup; failure to do so
+ is not an error, but GnuTLS won't be available to the running
+ session.
+
+ You can get pre-built binaries (including any required DLL and the
+ gnutls.h file) and an installer at http://josefsson.org/gnutls4win/.
* Experimental SVG support