summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2011-08-01 18:19:15 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2011-08-01 18:19:15 +0200
commite336851c74eea10c47f152aae98f742b5bd4f91b (patch)
treef5ccb2f5f91426c577c621b4375af2f38a1bb61d
parent6391e601b303b3949c038614942cdf2b6236ff42 (diff)
downloadgnutls-e336851c74eea10c47f152aae98f742b5bd4f91b.tar.gz
document p11-kit
-rw-r--r--README14
-rw-r--r--README-alpha1
2 files changed, 9 insertions, 6 deletions
diff --git a/README b/README
index 36c3f7808c..feb14f79b7 100644
--- a/README
+++ b/README
@@ -34,16 +34,18 @@ 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
-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/>.
+The library depends on libnettle OR libgcrypt (but never both), as well
+as p11-kit. GnuTLS currently uses libnettle as the default cryptographic
+library. 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