From bed4a9db37f98cf26445e5a3579fde498ca5ac52 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Mon, 28 Dec 2009 08:47:50 +0000 Subject: moved from libgcrypt to gnutls and from openssl crypto to openssl --- README | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'README') diff --git a/README b/README index ebf7e2d..6ab88ab 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ Dependencies ============ -anylike can be built using either libgcrypt or the openssl-crypto library. +anylike can be built using either gnutls or the openssl library. The latter is more performant in most cases but there are some license issues when using this library. It also needs more space when installed. @@ -14,10 +14,10 @@ common: liblua5.1-0-dev liblua5.1-socket-dev -using libgcrypt: - libgcrypt11-dev +using gnutls: + libgnutls-dev -using ssl crypto library: +using openssl: libssl-dev if you want to rebuild the manpage: @@ -38,13 +38,13 @@ cd anylike Building from source -------------------- -using libgcrypt: +using gnutls: # cd src # ./configure # make -using ssl crypto library: +using openssl: # cd src # ./configure --use-ssl-crypto -- cgit v1.2.3