Skip to content

conanos/zlib

Repository files navigation

Windows Linux
Windows Build Status Linux Build Status

zlib

Conan package for ZLIB library.

This repo ported from https://github.com/conan-community/conan-zlib, Thanks to Tim Lebedkov for the MinGW integration help! :)

Basic setup

$ conan install zlib/1.2.11@conan/stable

Project setup

If you handle multiple dependencies in your project is better to add a conanfile.txt

[requires]
zlib/1.2.11@conan/stable

[options]
zlib:shared=True # False

[generators]
cmake

Complete the installation of requirements for your project running:

conan install . 

Project setup installs the library (and all his dependencies) and generates the files conanbuildinfo.cmake with all the paths and variables that you need to link with your dependencies.

About

Conan.io package for ZLIB library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published