diff options
-rw-r--r-- | README | 7 | ||||
-rw-r--r-- | README-alpha | 1 |
2 files changed, 4 insertions, 4 deletions
@@ -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 diff --git a/README-alpha b/README-alpha index 470f8fa9b7..69e970de66 100644 --- a/README-alpha +++ b/README-alpha @@ -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 |