summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2019-11-11 20:09:00 +0100
committerJay Berkenbilt <ejb@ql.org>2019-11-11 20:14:31 +0100
commitb76af9242faa0b7ff892d44cc0cf0e4304536024 (patch)
treea282859226054f91de4d596b60beed25bbf995b4 /README.md
parentdb7d6030a0ab15eb69824432ef3c9e5b9ec619db (diff)
downloadqpdf-b76af9242faa0b7ff892d44cc0cf0e4304536024.tar.zst
Clean up documentation around gnutls and C++-11
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2356decb..96b3ace9 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,9 @@ QPDF requires a C++ compiler that supports C++-11.
QPDF depends on the external libraries [zlib](http://www.zlib.net/) and [jpeg](http://www.ijg.org/files/). The [libjpeg-turbo](https://libjpeg-turbo.org/) library is also known to work since it is compatible with the regular jpeg library, and QPDF doesn't use any interfaces that aren't present in the straight jpeg8 API. These are part of every Linux distribution and are readily available. Download information appears in the documentation. For Windows, you can download pre-built binary versions of these libraries for some compilers; see [README-windows.md](README-windows.md) for additional details.
-If the optional gnutls crypto provider is enabled, then gnutls is also required. This is discussed more in `Crypto providers` below.
+If the optional gnutls crypto provider is enabled,
+then [gnutls](https://www.gnutls.org/) is also required. This is
+discussed more in `Crypto providers` below.
# Licensing terms of embedded software