diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 3 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 |