File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,12 +8,16 @@ code. For more information on libcups see the file called `README.md`.
88Before 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
1822The GNU compiler tools and Bash work well and we have tested the current CUPS
1923code against several versions of Clang and GCC with excellent results. The
You can’t perform that action at this time.
0 commit comments