1
0
mirror of https://github.com/osmarks/ngircd.git synced 2024-10-28 04:46:17 +00:00

INSTALL: mention SSL and IPv6

This commit is contained in:
Florian Westphal 2010-08-11 23:24:02 +02:00
parent 479a43b1c6
commit 9c6230e177

12
INSTALL
View File

@ -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
~~~~~~~~~~~~~~~~~~~~~~~