summary refs log tree commit diff
path: root/INSTALL
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2010-08-11 23:24:02 +0200
committerFlorian Westphal <fw@strlen.de>2010-08-12 21:46:51 +0200
commit9c6230e1773634b9633bd3ab9a31eb036919f476 (patch)
tree3bea5c728b01e16e26b057a0a4041812e4734bbe /INSTALL
parent479a43b1c68d033a5ffe7a1e36dad31714a29cb1 (diff)
downloadngircd-9c6230e1773634b9633bd3ab9a31eb036919f476.tar.gz
ngircd-9c6230e1773634b9633bd3ab9a31eb036919f476.zip
INSTALL: mention SSL and IPv6
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL12
1 files changed, 12 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 06be42f4..b2c8180f 100644
--- a/INSTALL
+++ b/INSTALL
@@ -194,6 +194,18 @@ standard locations.
   Enable support for PAM, the Pluggable Authentication Modules library.
   See doc/PAM.txt for details.
 
+* SSL:
+  --with-openssl[=<path>]
+  --with-gnutls[=<path>]
+
+  Enable support for SSL/TLS using OpenSSL or gnutls libraries.
+  See doc/SSL.txt for details.
+
+* IPv6:
+  --enable-ipv6
+
+  Adds support for version 6 of the Internet Protocol.
+
 
 IV. Useful make-targets
 ~~~~~~~~~~~~~~~~~~~~~~~