From b0c219b9bb37e2d60992ff45796168ae0bf63b4b Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Thu, 23 Jan 2020 09:15:58 -0800 Subject: docs: Update dependency docs for zlib --- docs/markdown/Dependencies.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/markdown/Dependencies.md b/docs/markdown/Dependencies.md index cf2744f35..50ea92fee 100644 --- a/docs/markdown/Dependencies.md +++ b/docs/markdown/Dependencies.md @@ -572,6 +572,17 @@ that it is not possible to obtain the shaderc version using this method. `method` may be `auto`, `pkg-config` or `system`. +## Zlib + +Zlib ships with pkg-config and cmake support, but on some operating systems +(windows, macOs, FreeBSD, dragonflybsd), it is provided as part of the base +operating system without pkg-config support. The new System finder can be used +on these OSes to link with the bundled version. + +`method` may be `auto`, `pkg-config`, `cmake`, or `system`. + +*New in 0.54.0* the `system` method. +
1: They may appear to be case-insensitive, if the underlying file system happens to be case-insensitive. -- cgit v1.2.3