Skip to content

include json lib #15

@RCasatta

Description

@RCasatta

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 .

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions