]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Refer to nettle alone and p11-kit.
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Mon, 1 Aug 2011 16:08:11 +0000 (18:08 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Mon, 1 Aug 2011 16:08:11 +0000 (18:08 +0200)
README
README-alpha

diff --git a/README b/README
index 36c3f7808c3d519f3d393086fca37d4e6bc2a12c..537f10f37e7fd943c430987ebb15d5a4be61cbd2 100644 (file)
--- 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
index 470f8fa9b7e4c601fdbf3103c1f136033a5ea34a..69e970de668bd317df38e1209f511bc3a0834dfb 100644 (file)
@@ -26,6 +26,7 @@ We require several tools to build the software, including:
 - Guile <http://www.gnu.org/software/guile/>
 - Gaa <http://gaa.sf.net> (optional)
 - libtasn1 <http://josefsson.org/libtasn1/> (optional)
+- p11-kit <http://p11-glue.freedesktop.org/p11-kit.html>
 - datefudge <packages.debian.org/datefudge> (optional)
 
 The required software is typically distributed with your operating