/conan-bzip2

bzip2 is a free and open-source file compression program that uses the Burrows–Wheeler algorithm.

Primary LanguageCMIT LicenseMIT

Download Build status Build Status

Conan BZip2

logo

Conan package for BZip2 library. http://www.bzip.org/

The packages generated with this conanfile can be found in Bintray.

Basic setup

$ conan install bzip2/1.0.6@conan/stable

Project setup

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

[requires]
bzip2/1.0.6@conan/stable

[options]
bzip2:shared=True # False
bzip2:fPIC=True # False (only available for Linux and Macos)

[generators]
cmake

Issues

If you wish to report an issue for Conan Community related to this package or any other, please do so here:

Conan Community Issues

Wish List

If you wish to make a request for Conan Community creating a new package, please do so here:

Conan Wish List

License

MIT