summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-11-27 21:30:49 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-11-27 21:30:49 +0100
commite0923b66dd6503cfba6e7824d020ea89da6e1004 (patch)
treec661fcb8e61bdbd6690dd51f0394b72314b32dc7 /README
parentaf5f0a4157fb755d4a786e1aade5442435555857 (diff)
downloadgnutls-e0923b66dd6503cfba6e7824d020ea89da6e1004.tar.gz
mention dependencies in readme
Diffstat (limited to 'README')
-rw-r--r--README16
1 files changed, 14 insertions, 2 deletions
diff --git a/README b/README
index 5e24f576df..215c2ca1b9 100644
--- a/README
+++ b/README
@@ -32,8 +32,20 @@ The commands above build and install the static archive (libgnutls.a),
the shared object (libgnutls.so), and additional binaries such as certtool
and gnutls-cli.
-The library depends on libnettle and p11-kit. Versions
-2.10.3 and prior used libgcrypt as the default cryptographic library.
+The library depends on libnettle. Optionally it may use the
+following libraries:
+ * p11-kit: for smart card support
+ http://p11-glue.freedesktop.org/p11-kit.html
+ * libtspi: for Trusted Platform Module (TPM) support,
+ http://trousers.sourceforge.net/
+ * libunbound: For DNSSEC/DANE support,
+ http://unbound.net/
+ * libz: For compression support.
+ http://www.zlib.net/
+ * libtasn1: For ASN.1 parsing (a copy is included, if not found)
+ http://www.gnu.org/software/libtasn1/
+
+Versions 2.10.3 and prior used libgcrypt as the default cryptographic library.
Nettle can be found at http://www.gnu.org/software/nettle/, while
p11-kit can be found at <http://p11-glue.freedesktop.org/p11-kit.html>.