From b76af9242faa0b7ff892d44cc0cf0e4304536024 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Mon, 11 Nov 2019 14:09:00 -0500 Subject: Clean up documentation around gnutls and C++-11 --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'README.md') 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 -- cgit v1.2.3-54-g00ecf