summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anylike.org>2009-12-28 08:47:50 +0000
committerChristian Pointner <equinox@anylike.org>2009-12-28 08:47:50 +0000
commitbed4a9db37f98cf26445e5a3579fde498ca5ac52 (patch)
tree23e03c54bff5f08fb1c638bc2224ea92e111cd52 /README
parentimproved error handling (diff)
moved from libgcrypt to gnutls and from openssl crypto to openssl
Diffstat (limited to 'README')
-rw-r--r--README12
1 files changed, 6 insertions, 6 deletions
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