summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL16
1 files changed, 11 insertions, 5 deletions
diff --git a/INSTALL b/INSTALL
index 443ff9f3f..ee621da43 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,4 +1,3 @@
11. Prerequisites
2---------------- 1----------------
3 2
4A C compiler. Any C89 or better compiler should work. Where supported, 3A C compiler. Any C89 or better compiler should work. Where supported,
@@ -97,11 +96,12 @@ http://nlnetlabs.nl/projects/ldns/
97Autoconf: 96Autoconf:
98 97
99If you modify configure.ac or configure doesn't exist (eg if you checked 98If you modify configure.ac or configure doesn't exist (eg if you checked
100the code out of git yourself) then you will need autoconf-2.69 to rebuild 99the code out of git yourself) then you will need autoconf-2.69 and
101the automatically generated files by running "autoreconf". Earlier 100automake-1.16.1 to rebuild the automatically generated files by running
102versions may also work but this is not guaranteed. 101"autoreconf". Earlier versions may also work but this is not guaranteed.
103 102
104http://www.gnu.org/software/autoconf/ 103http://www.gnu.org/software/autoconf/
104http://www.gnu.org/software/automake/
105 105
106Basic Security Module (BSM): 106Basic Security Module (BSM):
107 107
@@ -120,7 +120,8 @@ the dependency (.depend) file using "make depend", which requires the
120libfido2: 120libfido2:
121 121
122libfido2 allows the use of hardware security keys over USB. libfido2 122libfido2 allows the use of hardware security keys over USB. libfido2
123in turn depends on libcbor. 123in turn depends on libcbor. libfido2 >= 1.5.0 is strongly recommended.
124Limited functionality is possible with earlier libfido2 versions.
124 125
125https://github.com/Yubico/libfido2 126https://github.com/Yubico/libfido2
126https://github.com/pjk/libcbor 127https://github.com/pjk/libcbor
@@ -221,6 +222,11 @@ libraries are installed.
221 222
222--with-ssl-engine enables Libre/OpenSSL's (hardware) ENGINE support 223--with-ssl-engine enables Libre/OpenSSL's (hardware) ENGINE support
223 224
225--without-openssl builds without using OpenSSL. Only a subset of ciphers
226and algorithms are supported in this configuration.
227
228--without-zlib builds without zlib. This disables the Compression option.
229
224--with-4in6 Check for IPv4 in IPv6 mapped addresses and convert them to 230--with-4in6 Check for IPv4 in IPv6 mapped addresses and convert them to
225real (AF_INET) IPv4 addresses. Works around some quirks on Linux. 231real (AF_INET) IPv4 addresses. Works around some quirks on Linux.
226 232