Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 484 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 484 Bytes

libcurvecpr-asio

Boost.ASIO header-only bindings for libcurvecpr.

Installation

Requires a patched version of libcurvecpr from kostko/libcurvecpr.

Assuming default library and installation locations, the bindings can be installed by using:

$ mkdir build
$ cd build
$ cmake ..
$ sudo make install

Examples

Example server and client implementations can be found under libcurvecpr-asio/examples.