summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2011-08-01 18:08:11 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2011-08-01 18:08:11 +0200
commita7ece2ae178bb0c168d7e1537df06e7743ae134f (patch)
treed0e2c6f4317b87ddaf029d2da1243222a6d316a6 /README
parent717118b68a2518caec8f363bc694a3679b0a98c6 (diff)
downloadgnutls-a7ece2ae178bb0c168d7e1537df06e7743ae134f.tar.gz
Refer to nettle alone and p11-kit.
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 3 insertions, 4 deletions
diff --git a/README b/README
index 36c3f7808c..537f10f37e 100644
--- a/README
+++ b/README
@@ -34,16 +34,15 @@ and libgnutls-extra.a), the shared object (libgnutls.so and
libgnutls-extra.so), and additional binaries such as certtool and
gnutls-cli.
-The library depends on libnettle OR libgcrypt (but never both). GnuTLS
-currently uses libnettle as the default cryptographic library. Versions
+The library depends on libnettle and p11-kit. 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
-libgcrypt can be found at <ftp://ftp.gnupg.org/pub/gcrypt/libgcrypt/>.
+p11-kit can be found at <http://p11-glue.freedesktop.org/p11-kit.html>.
To configure libnettle for installation and use by GnuTLS, a typical
command sequence would be:
- cd nettle-2.1
+ cd nettle-2.2
./configure --prefix=/usr --disable-openssl --enable-shared
make
sudo make install