File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,15 @@ Debian based Linux distributions example:
5858RPM based Linux distributions example:
5959 ` sudo [yum| dnf| zypper] install libcurl-devel`
6060
61+ Zlib is optional and only required if you need gzip/deflate compression
62+ support (for example, when your libcurl and workloads use HTTP content-encoding).
63+ If your libcurl is already built with zlib, you typically don' t need to install
64+ zlib headers separately unless your build complains about missing zlib.
65+
66+ Install if needed:
67+ - Debian/Ubuntu: `sudo apt-get install zlib1g-dev`
68+ - RPM-based: `sudo [yum|dnf|zypper] install zlib-devel`
69+
6170### Building for MacOS
6271
6372Building for macOS is largely the same as building on a *nix system except for how the system consumes the curl dependency and compilers.
You can’t perform that action at this time.
0 commit comments