summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL20
1 files changed, 12 insertions, 8 deletions
diff --git a/INSTALL b/INSTALL
index e4865bbb4..7f552bf76 100644
--- a/INSTALL
+++ b/INSTALL
@@ -13,7 +13,7 @@ OpenSSL)
13Zlib 1.1.4 or 1.2.1.2 or greater (earlier 1.2.x versions have problems): 13Zlib 1.1.4 or 1.2.1.2 or greater (earlier 1.2.x versions have problems):
14http://www.gzip.org/zlib/ 14http://www.gzip.org/zlib/
15 15
16libcrypto (LibreSSL or OpenSSL >= 0.9.8f < 1.1.0) 16libcrypto (LibreSSL or OpenSSL >= 1.0.1 < 1.1.0)
17LibreSSL http://www.libressl.org/ ; or 17LibreSSL http://www.libressl.org/ ; or
18OpenSSL http://www.openssl.org/ 18OpenSSL http://www.openssl.org/
19 19
@@ -91,7 +91,7 @@ http://nlnetlabs.nl/projects/ldns/
91Autoconf: 91Autoconf:
92 92
93If you modify configure.ac or configure doesn't exist (eg if you checked 93If you modify configure.ac or configure doesn't exist (eg if you checked
94the code out of CVS yourself) then you will need autoconf-2.69 to rebuild 94the code out of git yourself) then you will need autoconf-2.69 to rebuild
95the automatically generated files by running "autoreconf". Earlier 95the automatically generated files by running "autoreconf". Earlier
96versions may also work but this is not guaranteed. 96versions may also work but this is not guaranteed.
97 97
@@ -103,6 +103,13 @@ Native BSM support is known to exist in Solaris from at least 2.5.1,
103FreeBSD 6.1 and OS X. Alternatively, you may use the OpenBSM 103FreeBSD 6.1 and OS X. Alternatively, you may use the OpenBSM
104implementation (http://www.openbsm.org). 104implementation (http://www.openbsm.org).
105 105
106makedepend:
107
108https://www.x.org/archive/individual/util/
109
110If you are making significant changes to the code you may need to rebuild
111the dependency (.depend) file using "make depend", which requires the
112"makedepend" tool from the X11 distribution.
106 113
1072. Building / Installation 1142. Building / Installation
108-------------------------- 115--------------------------
@@ -162,13 +169,11 @@ also be enabled in sshd_config (refer to the UsePAM directive).
162 169
163--with-prngd-socket=/some/file allows you to enable EGD or PRNGD 170--with-prngd-socket=/some/file allows you to enable EGD or PRNGD
164support and to specify a PRNGd socket. Use this if your Unix lacks 171support and to specify a PRNGd socket. Use this if your Unix lacks
165/dev/random and you don't want to use OpenSSH's builtin entropy 172/dev/random.
166collection support.
167 173
168--with-prngd-port=portnum allows you to enable EGD or PRNGD support 174--with-prngd-port=portnum allows you to enable EGD or PRNGD support
169and to specify a EGD localhost TCP port. Use this if your Unix lacks 175and to specify a EGD localhost TCP port. Use this if your Unix lacks
170/dev/random and you don't want to use OpenSSH's builtin entropy 176/dev/random.
171collection support.
172 177
173--with-lastlog=FILE will specify the location of the lastlog file. 178--with-lastlog=FILE will specify the location of the lastlog file.
174./configure searches a few locations for lastlog, but may not find 179./configure searches a few locations for lastlog, but may not find
@@ -204,8 +209,7 @@ created.
204--with-xauth=PATH specifies the location of the xauth binary 209--with-xauth=PATH specifies the location of the xauth binary
205 210
206--with-ssl-dir=DIR allows you to specify where your Libre/OpenSSL 211--with-ssl-dir=DIR allows you to specify where your Libre/OpenSSL
207libraries 212libraries are installed.
208are installed.
209 213
210--with-ssl-engine enables Libre/OpenSSL's (hardware) ENGINE support 214--with-ssl-engine enables Libre/OpenSSL's (hardware) ENGINE support
211 215