Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 176 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 176 Bytes

##Build

    mkdir build;
    cd build;
    cmake ..
    make

to install

   make install

Requires Boost libraries and JsonCpp

##Usage

See examples directory