Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 658 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 658 Bytes

zipkin-cpp

Zipkin's C++ tracer library

Compile and install

libtoolize # or glibtoolize
./autogen.sh
./configure
sudo make install

To test (requires gtest - see here for OS X, here for ubuntu and here for Red Hat/for Red Hat note also this):

cd test
make
./test