Skip to content

Croydon/conan-bzip2

 
 

Repository files navigation

conan-bzip2

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

[generators]
cmake

About

Conan BZip2 library package

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 91.3%
  • Python 6.6%
  • CMake 1.1%
  • Shell 1.0%