Skip to content

Commit

Permalink
zlib is now optional.
Browse files Browse the repository at this point in the history
  • Loading branch information
daztucker committed Jan 23, 2020
1 parent 633a2af commit 74deb70
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,17 @@ options. Some notes about specific compilers:
- clang: -ftrapv and -sanitize=integer require the compiler-rt runtime
(CC=clang LDFLAGS=--rtlib=compiler-rt ./configure)

You will need a working installation of zlib:

Zlib 1.1.4 or 1.2.1.2 or greater (earlier 1.2.x versions have problems):
http://www.gzip.org/zlib/

To support Privilege Separation (which is now required) you will need
to create the user, group and directory used by sshd for privilege
separation. See README.privsep for details.


The remaining items are optional.

A working installation of zlib:
Zlib 1.1.4 or 1.2.1.2 or greater (earlier 1.2.x versions have problems):
http://www.gzip.org/zlib/

libcrypto from either of LibreSSL or OpenSSL. Building without libcrypto
is supported but severely restricts the avilable ciphers and algorithms.
- LibreSSL (https://www.libressl.org/)
Expand Down

0 comments on commit 74deb70

Please sign in to comment.