Skip to content

Commit

Permalink
INSTALL: Add libavahi and zlib as requirements (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
hmelder authored Sep 11, 2023
1 parent 5f92c87 commit b0e2150
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ higher.
* libxml2 (RECOMMENDED)
* libcurl (RECOMMENDED)
* libdispatch (RECOMMENDED)
* libxslt (OPTIONAL)
* libavahi (RECOMMENDED for NSNetServices)
* libxslt (RECOMMENDED)
* zlib (RECOMMENDED)
* iconv (OPTIONAL, not needed if you have glibc)
* openssl (OPTIONAL, not needed if you have gnutls)

Expand Down

1 comment on commit b0e2150

@rmottola
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@hmelder you should change install.texi, which generates Documentation/INSTALL and then that can get copied in root.
Check: 8096499

Please sign in to comment.