/conan-bison

Conan.io package for BISON

Primary LanguageYaccMIT LicenseMIT

Build Status Build Status

conan-bison

Conan.io package for BISON.

Thanks for lasote for providing example on building this package.

The packages generated with this conanfile can be found in conan.io.

Build packages

$ pip install conan_package_tools
$ python build.py

Upload packages to server

$ conan upload bison/3.0.4@lucteo/stable --all

Reuse the packages

Basic setup

$ conan install bison/3.0.4@lucteo/stable

Project setup

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

[requires]
bison/3.0.4@lucteo/stable

[generators]
txt
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.txt.