Skip to content

Commit ec56ca0

Browse files
committed
Remove extra PAM reference.
1 parent 7df2a4d commit ec56ca0

1 file changed

Lines changed: 10 additions & 6 deletions

File tree

INSTALL.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,16 @@ code. For more information on libcups see the file called `README.md`.
88
Before You Begin
99
----------------
1010

11-
You'll need a C99-compliant C compiler, POSIX make and shell programs, ZLIB 1.2
12-
or later (<https://www.zlib.net>), and GNU TLS 3.0 or later
13-
(<https://www.gnutls.org>) on platforms other than macOS® and Windows®. Besides
14-
these prerequisites, you'll want Avahi 0.7 or later (<https://www.avahi.org>)
15-
*or* mDNSResponder (<https://opensource.apple.com/source/mDNSResponder/>) for
16-
mDNS/DNS-SD support.
11+
You'll need a C99-compliant C compiler, POSIX make and shell programs, and the
12+
following libraries:
13+
14+
- Avahi (0.8 or later) or mDNSResponder for mDNS/DNS-SD support
15+
- GNU TLS (3.0 or later), LibreSSL (3.0 or later), or OpenSSL (1.1 or later)
16+
for TLS support
17+
- LIBPNG (1.6 or later) for PNG image support (optional)
18+
- LIBPAM for authentication support (optional)
19+
- LIBUSB (1.0 or later) for USB printing support (optional)
20+
- ZLIB 1.2 or later for compression support
1721

1822
The GNU compiler tools and Bash work well and we have tested the current CUPS
1923
code against several versions of Clang and GCC with excellent results. The

0 commit comments

Comments
 (0)