summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL9
1 files changed, 4 insertions, 5 deletions
diff --git a/INSTALL b/INSTALL
index 53fe939ea..49013e935 100644
--- a/INSTALL
+++ b/INSTALL
@@ -7,11 +7,6 @@ options. Some notes about specific compilers:
7 - clang: -ftrapv and -sanitize=integer require the compiler-rt runtime 7 - clang: -ftrapv and -sanitize=integer require the compiler-rt runtime
8 (CC=clang LDFLAGS=--rtlib=compiler-rt ./configure) 8 (CC=clang LDFLAGS=--rtlib=compiler-rt ./configure)
9 9
10You will need a working installation of zlib:
11
12Zlib 1.1.4 or 1.2.1.2 or greater (earlier 1.2.x versions have problems):
13http://www.gzip.org/zlib/
14
15To support Privilege Separation (which is now required) you will need 10To support Privilege Separation (which is now required) you will need
16to create the user, group and directory used by sshd for privilege 11to create the user, group and directory used by sshd for privilege
17separation. See README.privsep for details. 12separation. See README.privsep for details.
@@ -19,6 +14,10 @@ separation. See README.privsep for details.
19 14
20The remaining items are optional. 15The remaining items are optional.
21 16
17A working installation of zlib:
18Zlib 1.1.4 or 1.2.1.2 or greater (earlier 1.2.x versions have problems):
19http://www.gzip.org/zlib/
20
22libcrypto from either of LibreSSL or OpenSSL. Building without libcrypto 21libcrypto from either of LibreSSL or OpenSSL. Building without libcrypto
23is supported but severely restricts the avilable ciphers and algorithms. 22is supported but severely restricts the avilable ciphers and algorithms.
24 - LibreSSL (https://www.libressl.org/) 23 - LibreSSL (https://www.libressl.org/)