Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

osechet/conan-grpc

Repository files navigation

Conan package for gRPC

Build Status

Build status

Download

Conan.io package for gRPC library.

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

Reuse the package

Basic setup

$ conan install gRPC/1.3.7@osechet/testing

Project setup

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

    [requires]
    gRPC/1.3.7@osechet/testing

    [options]

    [generators]
    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
$ python build.py

Upload packages to server

$ conan upload gRPC/1.3.7@osechet/testing --all

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published