Linux | Windows | OS X |
---|---|---|
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.
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
$ conan install breakpad/latest@arsen-studio/stable
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.
$ pip install conan_package_tools bincrafters_package_tools
$ python build.py
$ conan upload breakpad/latest@arsen-studio/stable --all
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