Skip to content
This repository has been archived by the owner on May 16, 2019. It is now read-only.

isaachier/jaeger-client-c

Repository files navigation

Jaeger C Client

Install

Install the project library dependencies. On Debian, the following command should work.

sudo apt install libhttp-parser-dev libjansson-dev protobuf-c-compiler \
                 libprotobuf-c-dev

Run git submodule update --init to fetch the submodules.