]> arthur.barton.de Git - ngircd-alex.git/commitdiff
INSTALL: mention SSL and IPv6
authorFlorian Westphal <fw@strlen.de>
Wed, 11 Aug 2010 21:24:02 +0000 (23:24 +0200)
committerFlorian Westphal <fw@strlen.de>
Thu, 12 Aug 2010 19:46:51 +0000 (21:46 +0200)
INSTALL

diff --git a/INSTALL b/INSTALL
index 06be42f4d5b7170ffaea4250c110fcdb6aa9481e..b2c8180f2d3295a4138a5606c12eaca11b736598 100644 (file)
--- 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
 ~~~~~~~~~~~~~~~~~~~~~~~