On my machine (Ubuntu 16.04) I had a missing librari when compiling bitcoin-api-cpp
json.h: File o directory non esistente
#include <json/json.h>
^
compilation terminated.
the problem is the position where the package is installed to solve the issue I brutally created a symlink
sudo ln -s /usr/include/jsoncpp/json .
On my machine (Ubuntu 16.04) I had a missing librari when compiling bitcoin-api-cpp
the problem is the position where the package is installed to solve the issue I brutally created a symlink