FrozenStormInteractive / conan-breakpad

Mirror of official ArsenStudio conan-breakpad git repository located at https://gitlab.com/ArsenStudio/ArsenEngine/dependencies/conan-breakpad.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Conan package of Breakpad

Download

Linux Windows OS X
pipeline status Build status Build Status

Conan.io package for Breakpad library. This package includes main library and utilities.

The packages generated with this conanfile can be found in bintray.com.

Setup

To configure Conan client to work with Arsen packages, you will need to add repository to the list of remotes. To add repository, use the following command:

conan remote add arsen-deps https://api.bintray.com/conan/arsen-studio/arsen-deps 

Basic

$ conan install breakpad/latest@arsen-studio/stable

Project setup

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

[requires]
breakpad/latest@arsen-studio/stable

[options]
breakpad:shared=true # false

[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 and conanbuildinfo.cmake with all the paths and variables that you need to link with your dependencies.

Develop the package

Build packages

$ pip install conan_package_tools bincrafters_package_tools
$ python build.py

Upload packages to server

$ conan upload breakpad/latest@arsen-studio/stable --all

Issues

If you wish to report an issue, please do so here:

https://gitlab.com/ArsenStudio/ArsenEngine/dependencies/conan-breakpad/issues

For any pull or merge request, please do so here:

https://gitlab.com/ArsenStudio/ArsenEngine/dependencies/conan-breakpad/merge_requests

License

MIT LICENSE

About

Mirror of official ArsenStudio conan-breakpad git repository located at https://gitlab.com/ArsenStudio/ArsenEngine/dependencies/conan-breakpad.

License:MIT License


Languages

Language:Python 65.1%Language:CMake 19.7%Language:C++ 9.1%Language:Shell 6.1%