kheaactua / conan-bzip2

BZip2 library package for Conan.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

BZip2 library package for Conan.io


Languages

Language:C 91.0%Language:Python 6.8%Language:CMake 1.2%Language:Shell 1.0%