Original source from https://bitbucket.org/tildeslash/libzdb
This repo for purpose include libzdb to my system (my OS is Ubuntu 18.04)
sudo ./configure --prefix=/usr/include && sudo make && sudo make install
After build, all header libs of libzdb will be here: /usr/include/zdb
Include to C program
#include <zdb/zdb.h>
gcc <file_name>.c -lzdb -lpthread
./a.out