Skip to content
gkos edited this page Feb 24, 2013 · 2 revisions

Install dependencies

brew protobuf-c libtool git automake autoconf

Clone repo

git clone https://github.com/gkos/riemann-c-client.git
cd riemann-c-client

Creating configure

LIBTOOLIZE=glibtoolize ./build.sh
./configure --with-protobuf-c-dir=/usr/local/Cellar/protobuf-c/0.15
make
make install

Send

FIXME

Query

FIXME

Clone this wiki locally